Horde_SyncMl_Command::getCommandName PHP Метод

getCommandName() публичный Метод

Returns the command name this instance is reponsible for.
public getCommandName ( ) : string
Результат string The command name this object is handling.
    public function getCommandName()
    {
        return $this->_cmdName;
    }