Ergo::__callStatic PHP Méthode

__callStatic() static public méthode

Delegates static calls to the internal {@link Application} object
static public __callStatic ( $method, $arguments )
    static function __callStatic($method, $arguments)
    {
        return call_user_func_array(array(self::application(), $method), $arguments);
    }