xajaxCallableObject::getName PHP Method

getName() public method

Returns the name of this callable object. This is typically the class name of the object.
public getName ( )
    public function getName()
    {
        return get_class($this->obj);
    }