PHP Class AppserverIo\Appserver\Core\Api\Node\AccessNode

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, use trait ParamsNodeTrait
Show file Open project: appserver-io/appserver Class Usage Examples

Protected Properties

Property Type Description
$type string The type for the kind of access mode

Public Methods

Method Description
getType ( ) : string Returns the type for the kind of access mode

Method Details

getType() public method

Returns the type for the kind of access mode
public getType ( ) : string
return string The type for the kind of access mode

Property Details

$type protected property

The type for the kind of access mode
protected string $type
return string