Prose\Prose::__call PHP Method

__call() public method

public __call ( $methodName, $params )
    public function __call($methodName, $params)
    {
        // this only gets called if there's no matching method
        throw new E5xx_NotImplemented(get_class($this) . '::' . $methodName);
    }