PHP Class Sulu\Component\Content\Metadata\SectionMetadata

Inheritance: extends ItemMetadata
显示文件 Open project: sulu/sulu Class Usage Examples

Public Properties

Property Type Description
$colSpan integer The number of grid columns the property should use in the admin interface.

Public Methods

Method Description
getColSpan ( ) : integer Return the colspan.

Method Details

getColSpan() public method

Return the colspan.
public getColSpan ( ) : integer
return integer

Property Details

$colSpan public_oe property

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