Psecio\PropAuth\Subject::__construct PHP Method

__construct() public method

public __construct ( $subject, $policies = null )
    public function __construct($subject, $policies = null)
    {
        $this->subject = $subject;
        if ($policies !== null) {
            $this->policies = $policies;
        }
    }