App\Libraries\AuthorizationResult::__construct PHP Method

__construct() public method

public __construct ( $rawMessage )
    public function __construct($rawMessage)
    {
        $this->rawMessage = $rawMessage;
    }