PHP Class Jarves\Admin\FieldTypes\TypePageContents

Inheritance: extends AbstractSingleColumnType
Show file Open project: jarves/jarves

Protected Properties

Property Type Description
$name

Public Methods

Method Description
bootRunTime ( Object $object, Configs $configs )
getColumns ( )
getRequiredFields ( ) : array A list of field names that are included additional in ObjectCrud's field list during loading of this field.
getSelection ( ) : array

Method Details

bootRunTime() public method

public bootRunTime ( Object $object, Configs $configs )
$object Jarves\Configuration\Object
$configs Jarves\Configuration\Configs

getColumns() public method

public getColumns ( )

getRequiredFields() public method

A list of field names that are included additional in ObjectCrud's field list during loading of this field.
public getRequiredFields ( ) : array
return array

getSelection() public method

public getSelection ( ) : array
return array

Property Details

$name protected property

protected $name