Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
Resource Class Reference

Ubiquity\security\acl\models$Resource This class is part of Ubiquity. More...

+ Inheritance diagram for Resource:

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 =''
 

Detailed Description

Ubiquity\security\acl\models$Resource This class is part of Ubiquity.

Author
jc
Version
1.0.0

Definition at line 12 of file Resource.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( ?string  $name = null,
?string  $value = null 
)

Definition at line 16 of file Resource.php.

Member Function Documentation

◆ getValue()

getValue ( )
Returns
mixed

Definition at line 25 of file Resource.php.

◆ setValue()

setValue (   $value)
Parameters
mixed$value

Definition at line 33 of file Resource.php.

Field Documentation

◆ $value

$value
protected

Definition at line 14 of file Resource.php.


The documentation for this class was generated from the following file: