Phastlight\Object::method PHP Method

method() final public method

final public method ( $name, $callback )
    public final function method($name, $callback)
    {
        $this->methods[$name] = $callback;
    }