PHP Class Pimcore\Model\Element\Tag\Listing

Inheritance: extends Pimcore\Model\Listing\AbstractListing
Datei anzeigen Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property Type Description
$tags array Contains the results of the list. They are all an instance of Tag

Public Methods

Method Description
getTags ( ) : array
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setTags ( $tags )

Method Details

getTags() public method

public getTags ( ) : array
return array

isValidOrderKey() public method

Tests if the given key is an valid order key to sort the results
public isValidOrderKey ( $key ) : boolean
return boolean

setTags() public method

public setTags ( $tags )
$tags

Property Details

$tags public_oe property

Contains the results of the list. They are all an instance of Tag
public array $tags
return array