CMS Made Simple API

class.CMSModule.php

This file contains the base module class for all CMSMS modules.

Tags
license

GPL

Table of Contents

Classes

CMSModule
Base module class.

Constants

CLEAN_FILE  = 'CLEAN_FILE'
Indicates that the incoming parameter is an uploaded file.
CLEAN_FLOAT  = 'CLEAN_FLOAT'
Indicates that the incoming parameter is expected to be a float This is used when cleaning input parameters for a module action or module call.
CLEAN_INT  = 'CLEAN_INT'
Indicates that the incoming parameter is expected to be an integer.
CLEAN_NONE  = 'CLEAN_NONE'
Indicates that the incoming parameter is not to be cleaned.
CLEAN_REGEXP  = 'regexp:'
Indicates that the incoming parameter is a regular expression.
CLEAN_STRING  = 'CLEAN_STRING'
Indicates that the incoming parameter is a string.

Constants

CLEAN_FILE

Indicates that the incoming parameter is an uploaded file.

public mixed CLEAN_FILE = 'CLEAN_FILE'

This is used when cleaning input parameters for a module action or module call.

CLEAN_FLOAT

Indicates that the incoming parameter is expected to be a float This is used when cleaning input parameters for a module action or module call.

public mixed CLEAN_FLOAT = 'CLEAN_FLOAT'

CLEAN_INT

Indicates that the incoming parameter is expected to be an integer.

public mixed CLEAN_INT = 'CLEAN_INT'

This is used when cleaning input parameters for a module action or module call.

CLEAN_NONE

Indicates that the incoming parameter is not to be cleaned.

public mixed CLEAN_NONE = 'CLEAN_NONE'

This is used when cleaning input parameters for a module action or module call.

CLEAN_REGEXP

Indicates that the incoming parameter is a regular expression.

public mixed CLEAN_REGEXP = 'regexp:'

This is used when cleaning input parameters for a module action or module call.

CLEAN_STRING

Indicates that the incoming parameter is a string.

public mixed CLEAN_STRING = 'CLEAN_STRING'

This is used when cleaning input parameters for a module action or module call.


        
On this page

Search results