PHP 클래스 FormLayout

파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$layoutColumns be merged into the widget options.

공개 메소드들

메소드 설명
columns ( mixed $key = 'label', $end = false ) : string Generates a CSS class that is used for the layout columns.
widget ( $className, $properties = [], $captureOutput = false ) We override this method so we can pass through the layoutColumns from the 'form' into the widget.

메소드 상세

columns() 공개 메소드

Generates a CSS class that is used for the layout columns.
public columns ( mixed $key = 'label', $end = false ) : string
$key mixed The column key ('label', or 'field') or column value (integer).
리턴 string The CSS class.

widget() 공개 메소드

We override this method so we can pass through the layoutColumns from the 'form' into the widget.
public widget ( $className, $properties = [], $captureOutput = false )

프로퍼티 상세

$layoutColumns 공개적으로 프로퍼티

be merged into the widget options.
public $layoutColumns