Horde_SyncMl_Command::getCommandName PHP Method

getCommandName() public method

Returns the command name this instance is reponsible for.
public getCommandName ( ) : string
return string The command name this object is handling.
    public function getCommandName()
    {
        return $this->_cmdName;
    }