WPDK
1.5.0
WordPress Development Kit
|
Public Member Functions | |
__construct ($id, $description= '', $owner= '') | |
Construct. More... | |
update () | |
Update. More... | |
Data Fields | |
$id | |
Capability ID. More... | |
$description | |
Description. More... | |
$owner | |
Owner. More... | |
Single capability model. This class is useful to map a few instance of capability.
Definition at line 2642 of file wpdk-user.php.
__construct | ( | $id, | |
$description = '' , |
|||
$owner = '' |
|||
) |
Construct.
Create an instance of WPDKCapability class
string | $id | Unique id of capability |
string | $description | Optional. Capability description |
string | $owner | Optional. Capability owner, who create this capabilty |
Definition at line 2682 of file wpdk-user.php.
update | ( | ) |
string $description |
string $id |
string $owner |