WebVIEP Plugin

WebviepCapability

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

Methods

__toString()

String representation.

public __toString() : string
Return values
string

equals()

Compare capability values.

public equals(self $other) : bool
Parameters
$other : self
Return values
bool

fromString()

Create capability from string.

public static fromString(string $value) : self
Parameters
$value : string
Return values
self

__construct()

private __construct(string $value) : mixed
Parameters
$value : string

Capability name (non-empty)

Tags
throws
InvalidArgumentException

        
On this page

Search results