Psecio\PropAuth\Check::__construct PHP Method

__construct() public method

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;
    }