Ubiquity 2.5.2
php rapid development framework
|
Ubiquity\security\acl\models$Resource This class is part of Ubiquity. More...
Public Member Functions | |
__construct (?string $name=null, ?string $value=null) | |
getValue () | |
setValue ($value) | |
Public Member Functions inherited from AbstractAclPart | |
__construct (?string $name=null) | |
getName () | |
getId_ () | |
setName ($name) | |
toArray () | |
fromArray (array $values) | |
__toString () | |
getType () | |
setType (?string $type) | |
castAs (string $class) | |
Protected Attributes | |
$value | |
Protected Attributes inherited from AbstractAclPart | |
$name | |
@id @column("name"=>"name","nullable"=>false,"dbType"=>"varchar(100)") | |
$type ='' | |
Ubiquity\security\acl\models$Resource This class is part of Ubiquity.
Definition at line 12 of file Resource.php.
__construct | ( | ?string | $name = null , |
?string | $value = null |
||
) |
Definition at line 16 of file Resource.php.
getValue | ( | ) |
Definition at line 25 of file Resource.php.
setValue | ( | $value | ) |
mixed | $value |
Definition at line 33 of file Resource.php.
|
protected |
Definition at line 14 of file Resource.php.