15 parent::__construct(
$name);
38 return ($this->parents ==
null) ? [] : \explode(
',', $this->parents);
Ubiquity\security\acl\models$AbastractAclElement This class is part of Ubiquity.
$name
@id @column("name"=>"name","nullable"=>false,"dbType"=>"varchar(100)")
Ubiquity\security\acl\models$Role This class is part of Ubiquity.
__construct(?string $name=null, $parents='')