Neos\Flow\Tests\Functional\Security\Fixtures\RestrictableEntity::__construct PHP 메소드

__construct() 공개 메소드

Constructor
public __construct ( string $name )
$name string The name of the entity
    public function __construct($name)
    {
        $this->name = $name;
    }