PHP 클래스 Sulu\Component\Content\Metadata\SectionMetadata

상속: extends ItemMetadata
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$colSpan integer The number of grid columns the property should use in the admin interface.

공개 메소드들

메소드 설명
getColSpan ( ) : integer Return the colspan.

메소드 상세

getColSpan() 공개 메소드

Return the colspan.
public getColSpan ( ) : integer
리턴 integer

프로퍼티 상세

$colSpan 공개적으로 프로퍼티

The number of grid columns the property should use in the admin interface.
public int $colSpan
리턴 integer