WebviepCapability
in package
FinalYes
Value object representing a capability string for WebVIEP roles.
Table of Contents
Properties
- $value : string
Methods
- __toString() : string
- String representation.
- equals() : bool
- Compare capability values.
- fromString() : self
- Create capability from string.
- value() : string
- Raw capability value.
- __construct() : mixed
Properties
$value
private
string
$value
Methods
__toString()
String representation.
public
__toString() : string
Return values
stringequals()
Compare capability values.
public
equals(self $other) : bool
Parameters
- $other : self
Return values
boolfromString()
Create capability from string.
public
static fromString(string $value) : self
Parameters
- $value : string
Return values
selfvalue()
Raw capability value.
public
value() : string
Return values
string__construct()
private
__construct(string $value) : mixed
Parameters
- $value : string
-
Capability name (non-empty)