notify::__callStatic PHP Method

__callStatic() public static method

public static __callStatic ( $method, $paramaters = [] )
    public static function __callStatic($method, $paramaters = array())
    {
        static::add($method, array_shift($paramaters));
    }