PHP Interface CrudKit\Pages\Page

Datei anzeigen Open project: skyronic/crudkit Interface Usage Examples

Public Methods

Method Description
getId ( ) : mixed
getName ( ) : string
init ( $app = null )
render ( ) : string
setName ( string $name )

Method Details

getId() public method

public getId ( ) : mixed
return mixed

getName() public method

public getName ( ) : string
return string

init() public method

public init ( $app = null )

render() public method

public render ( ) : string
return string

setName() public method

public setName ( string $name )
$name string