PHP 클래스 FluidTYPO3\Fluidpages\Tests\Fixtures\Provider\DummyPageProvider

상속: extends FluidTYPO3\Fluidpages\Provider\SubPageProvider
파일 보기 프로젝트 열기: fluidtypo3/fluidpages

보호된 프로퍼티들

프로퍼티 타입 설명
$values array

공개 메소드들

메소드 설명
getFlexFormValues ( array $row ) : array()
getForm ( array $row ) : Form
setFlexFormValues ( array $values ) : void
trigger ( array $row, string $table, string $field, string $extensionKey = null ) : boolean

메소드 상세

getFlexFormValues() 공개 메소드

public getFlexFormValues ( array $row ) : array()
$row array
리턴 array()

getForm() 공개 메소드

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

setFlexFormValues() 공개 메소드

public setFlexFormValues ( array $values ) : void
$values array
리턴 void

trigger() 공개 메소드

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

프로퍼티 상세

$values 보호되어 있는 프로퍼티

protected array $values
리턴 array