Phenotype API Documentation
Class PhenotypeBase
Description
Located in /class/PhenotypeBase.class.php (line 25)
Direct descendents
Method Summary
PhenotypeBase __construct ()
void getValidationError ()
void printProperties ()
void setNoValidationError ()
Methods
Constructor __construct (line 34)
PhenotypeBase __construct ()
Redefined in descendants as:
- PhenotypeStandard::__construct()
- PhenotypeActionStandard::__construct()
- PhenotypeComponentStandard::__construct()
- PhenotypeContentStandard::__construct()
- PhenotypeDataObjectStandard::__construct()
- PhenotypeIncludeStandard::__construct() : If set to true page layout rendering is canceled, when executing this include
- PhenotypePageStandard::__construct()
- PhenotypeRequestStandard::__construct()
codeHKT (line 270)
This functions is used for encoding text before displaying it in html pages. It does an entity encode but keeps following tags
string codeHKT (unknown_type $s)
- unknown_type $s
codeI (line 298)
return a given value encoded as Integer
quite useless, but who knows for what reason it will be good one day ;)
integer codeI (string $s)
- string $s: value
get (line 64)
void get ( $property, [ $default = null])
- $property
- $default
Redefined in descendants as:
getA (line 143)
void getA ( $property, [ $allowedchars = PT_ALPHANUMERIC], [ $default = null])
- $property
- $allowedchars
- $default
getAH (line 150)
void getAH ( $property, [ $allowedchars = PT_ALPHANUMERIC], [ $default = null])
- $property
- $allowedchars
- $default
getI (line 76)
void getI ( $property, [ $default = null], [ $min = null],
[ $max = null])
- $property
- $default
- $min
- $max
getU (line 168)
Get property in UTF8 format
string getU (string $property, [string $default = null])
- string $property: property name
- string $default: default output if the property not exist
getURL (line 125)
void getURL ( $property, [ $default = null])
- $property
- $default
Redefined in descendants as:
- PhenotypeContentStandard::getURL() : retrieves URL of a page using the DAO cache
- PhenotypePageStandard::getURL() : retrieves URL of a page using the DAO cache
isValidEmail (line 389)
void isValidEmail ( $property, [ $strict = false])
- $property
- $strict
Redefined in descendants as:
isValidInteger (line 359)
void isValidInteger ( $property, [ $strict = false], [ $min = null],
[ $max = null])
- $property
- $strict
- $min
- $max
Redefined in descendants as:
isValidSelection (line 369)
void isValidSelection ( $property, $_options, [ $strict = false])
- $property
- $_options
- $strict
Redefined in descendants as:
isValidString (line 379)
void isValidString ( $property, [ $allowedchars = PT_ALPHA], [ $strict = false])
- $property
- $allowedchars
- $strict
Redefined in descendants as:
setValidationError (line 340)
void setValidationError ( $number, $string)
- $number
- $string
Redefined in descendants as:
Documentation generated on Fri, 17 Jul 2009 16:42:43 +0200 by phpDocumentor 1.4.2
Recent Blog Posts
- Finally Multibyte - Phenotype 3.0
- Phenotype 2.9 explained
- Integration of PHPIDS (PHP-Intrusion Detection System)
- New Release: Phenotype 2.8 Ready for Download
- Restart: New Phenotype Website Live
- Phenotype worth: 2 Million $
- New Feature: Automatic Image Version Creation
- Additional smartURL variable: smartPATH