PHP Class Pimcore\Model\User\UserRole\Folder

Inheritance: extends Pimcore\Model\User\AbstractUser, use trait Pimcore\Model\Element\ChildsCompatibilityTrait
Datei anzeigen Open project: pimcore/pimcore

Public Properties

Property Type Description
$hasChilds boolean

Public Methods

Method Description
hasChildren ( ) : boolean Returns true if the document has at least one child
setHasChilds ( $state )

Method Details

hasChildren() public method

Returns true if the document has at least one child
public hasChildren ( ) : boolean
return boolean

setHasChilds() public method

public setHasChilds ( $state )
$state

Property Details

$hasChilds public_oe property

public bool $hasChilds
return boolean