PHP Class Pimcore\Model\Property\Predefined\Listing

Inheritance: extends Pimcore\Model\Listing\AbstractListing
Show file Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property Type Description
$properties array Contains the results of the list. They are all an instance of Property\Predefined

Public Methods

Method Description
getProperties ( ) : array
setProperties ( array $properties )

Method Details

getProperties() public method

public getProperties ( ) : array
return array

setProperties() public method

public setProperties ( array $properties )
$properties array

Property Details

$properties public property

Contains the results of the list. They are all an instance of Property\Predefined
public array $properties
return array