PHP Class FluidTYPO3\Fluidpages\Tests\Fixtures\Provider\DummyPageProvider

Inheritance: extends FluidTYPO3\Fluidpages\Provider\SubPageProvider
Datei anzeigen Open project: fluidtypo3/fluidpages

Protected Properties

Property Type Description
$values array

Public Methods

Method Description
getFlexFormValues ( array $row ) : array()
getForm ( array $row ) : Form
setFlexFormValues ( array $values ) : void
trigger ( array $row, string $table, string $field, string $extensionKey = null ) : boolean

Method Details

getFlexFormValues() public method

public getFlexFormValues ( array $row ) : array()
$row array
return array()

getForm() public method

public getForm ( array $row ) : Form
$row array
return FluidTYPO3\Flux\Form

setFlexFormValues() public method

public setFlexFormValues ( array $values ) : void
$values array
return void

trigger() public method

public trigger ( array $row, string $table, string $field, string $extensionKey = null ) : boolean
$row array
$table string
$field string
$extensionKey string
return boolean

Property Details

$values protected_oe property

protected array $values
return array