PHP 클래스 AppserverIo\Appserver\Core\Api\Node\AuthConstraintNode

상속: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\AuthConstraintNodeInterface
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$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