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

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

+ Inheritance diagram for AbstractAclPart:

Public Member Functions

 __construct (?string $name=null)
 
 getName ()
 
 getId_ ()
 
 setName ($name)
 
 toArray ()
 
 fromArray (array $values)
 
 __toString ()
 
 getType ()
 
 setType (?string $type)
 
 castAs (string $class)
 

Protected Attributes

 $name
 @id @column("name"=>"name","nullable"=>false,"dbType"=>"varchar(100)")
 
 $type =''
 

Detailed Description

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

Author
jc
Version
1.0.1

Definition at line 15 of file AbstractAclPart.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( ?string  $name = null)

Definition at line 33 of file AbstractAclPart.php.

Member Function Documentation

◆ __toString()

__toString ( )

Definition at line 67 of file AbstractAclPart.php.

◆ castAs()

castAs ( string  $class)

Definition at line 85 of file AbstractAclPart.php.

◆ fromArray()

fromArray ( array  $values)

Definition at line 61 of file AbstractAclPart.php.

◆ getId_()

getId_ ( )

Definition at line 45 of file AbstractAclPart.php.

◆ getName()

getName ( )
Returns
mixed

Definition at line 41 of file AbstractAclPart.php.

◆ getType()

getType ( )
Returns
string

Definition at line 74 of file AbstractAclPart.php.

◆ setName()

setName (   $name)
Parameters
string$name

Definition at line 53 of file AbstractAclPart.php.

◆ setType()

setType ( ?string  $type)
Parameters
string$type

Definition at line 81 of file AbstractAclPart.php.

◆ toArray()

toArray ( )

Definition at line 57 of file AbstractAclPart.php.

Field Documentation

◆ $name

$name
protected

@id @column("name"=>"name","nullable"=>false,"dbType"=>"varchar(100)")

Definition at line 24 of file AbstractAclPart.php.

◆ $type

$type =''
protected

Definition at line 31 of file AbstractAclPart.php.


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