PHP Класс AppserverIo\Appserver\Core\Api\Node\AuthConstraintNode

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\AuthConstraintNodeInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$description DescriptionNode The description information.
$roleNames array The role name information.

Открытые методы

Метод Описание
__construct ( AppserverIo\Configuration\Interfaces\NodeValueInterface $description = null, array $roleNames = [] ) Initializes the node with the passed values.
getDescription ( ) : DescriptionNode Return's the description information.
getRoleNames ( ) : array Return's the role name information.
getRoleNamesAsArray ( ) : array Return's the role names as array.

Описание методов

__construct() публичный метод

Initializes the node with the passed values.
public __construct ( AppserverIo\Configuration\Interfaces\NodeValueInterface $description = null, array $roleNames = [] )
$description AppserverIo\Configuration\Interfaces\NodeValueInterface The description information
$roleNames array The array with the role names

getDescription() публичный метод

Return's the description information.
public getDescription ( ) : DescriptionNode
Результат DescriptionNode The description information

getRoleNames() публичный метод

Return's the role name information.
public getRoleNames ( ) : array
Результат array The role names information

getRoleNamesAsArray() публичный метод

Return's the role names as array.
public getRoleNamesAsArray ( ) : array
Результат array The role names as array

Описание свойств

$description защищенное свойство

The description information.
protected DescriptionNode,AppserverIo\Appserver\Core\Api\Node $description
Результат DescriptionNode

$roleNames защищенное свойство

The role name information.
protected array $roleNames
Результат array