Agile Toolkit
4.2
Agile Toolkit is a powerful web development framework. Inspired by GUI Applications development
|
Public Member Functions | |
init () | |
setParent ($parent) | |
__toString () | |
getURL ($file_path=null) | |
getPath ($file_path=null) | |
setBaseURL ($url) | |
setBasePath ($path) | |
defineContents ($contents) | |
locate ($type, $filename, $return='relative') | |
Data Fields | |
$parent_location = null | |
$contents = array() | |
$relative_path = null | |
$base_url = null | |
$base_path = null | |
$auto_track_element = true |
__toString | ( | ) |
Reimplemented from AbstractObject.
defineContents | ( | $ | contents | ) |
getPath | ( | $ | file_path = null | ) |
getURL | ( | $ | file_path = null | ) |
init | ( | ) |
Initialize object. Always call parent
This method is called for initialization
Reimplemented from AbstractObject.
locate | ( | $ | type, |
$ | filename, | ||
$ | return = 'relative' |
||
) |
setBasePath | ( | $ | path | ) |
setBaseURL | ( | $ | url | ) |
setParent | ( | $ | parent | ) |
$auto_track_element = true |
When this object is added, owner->elements[$this->short_name] will be == $this;
Reimplemented from AbstractObject.
$base_path = null |
$base_url = null |
$contents = array() |
$parent_location = null |
$relative_path = null |