Psecio\PropAuth\Check::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $type, $value, array $addl = [] )
$addl array
    public function __construct($type, $value, array $addl = array())
    {
        $this->type = $type;
        $this->value = $value;
        $this->addl = $addl;
    }