메소드 |
설명 |
|
assetBegin ( string $AssetContainer = 'Panel' ) |
|
|
assetEnd ( ) |
|
|
breadcrumbs ( $Data, boolean $HomeLink = true, array $Options = [] ) : string |
|
|
bulletItem ( string $Section, boolean $Return = true ) : string |
Call before writing an item and it will optionally write a bullet seperator. |
|
bulletRow ( strng | boolean $Sep = false ) |
Call before starting a row of bullet-seperated items. |
|
inSection ( string | array $Section ) |
Returns whether or not the page is in the current section. |
|
link ( $Path, boolean $Text = false, null $Format = null, array $Options = [] ) : mixed | null | string |
|
|
logo ( array $Properties = [] ) |
Renders the banner logo, or just the banner title if the logo is not defined. |
|
mobileLogo ( ) : string |
Returns the mobile banner logo. If there is no mobile logo defined then this will just return
the regular logo or the mobile title. |
|
module ( $Name, array $Properties = [] ) : mixed | string |
|
|
pagename ( ) : string |
|
|
section ( string $Section, string $Method = 'add' ) |
The current section the site is in. This can be one or more values. Think of it like a server-side css-class. |
|
text ( $Code, $Default ) : mixed |
|
|