

Public Member Functions | |
| __construct ($name=NULL, $content= '', $class= '') | |
| Clear ($halted=false) | |
| Get ($key=0) | |
| Set ($element, $id= '', $key=NULL) | |
| Insert ($element, $key=NULL, $halted=false) | |
| Append ($element, $key=NULL, $halted=false) | |
| Count () | |
| SetElement ($element, $key=NULL, $op= 's') | |
| GetElement ($key) | |
| GetElementById ($key) | |
| Space ($space= '20px') | |
| GenerateInner () | |
Definition at line 3 of file mthemeelement.class.
| MThemeElement::__construct | ( | $ | name = NULL, |
|
| $ | content = '', |
|||
| $ | class = '' | |||
| ) |
| MThemeElement::Clear | ( | $ | halted = false |
) |
Definition at line 12 of file mthemeelement.class.
Referenced by SetElement().
Here is the caller graph for this function:

| MThemeElement::Get | ( | $ | key = 0 |
) |
Definition at line 20 of file mthemeelement.class.
References GetElement().
Here is the call graph for this function:

| MThemeElement::Set | ( | $ | element, | |
| $ | id = '', |
|||
| $ | key = NULL | |||
| ) |
Definition at line 25 of file mthemeelement.class.
References MControl::$id, and SetElement().
Here is the call graph for this function:

| MThemeElement::Insert | ( | $ | element, | |
| $ | key = NULL, |
|||
| $ | halted = false | |||
| ) |
Definition at line 31 of file mthemeelement.class.
References SetElement().
Here is the call graph for this function:

| MThemeElement::Append | ( | $ | element, | |
| $ | key = NULL, |
|||
| $ | halted = false | |||
| ) |
Definition at line 39 of file mthemeelement.class.
References SetElement().
Referenced by Space().
Here is the call graph for this function:

Here is the caller graph for this function:

| MThemeElement::Count | ( | ) |
Definition at line 47 of file mthemeelement.class.
| MThemeElement::SetElement | ( | $ | element, | |
| $ | key = NULL, |
|||
| $ | op = 's' | |||
| ) |
| MThemeElement::GetElement | ( | $ | key | ) |
Definition at line 84 of file mthemeelement.class.
Referenced by Get().
Here is the caller graph for this function:

| MThemeElement::GetElementById | ( | $ | key | ) |
Definition at line 89 of file mthemeelement.class.
| MThemeElement::Space | ( | $ | space = '20px' |
) |
Definition at line 94 of file mthemeelement.class.
References Append().
Here is the call graph for this function:

| MThemeElement::GenerateInner | ( | ) |