Horde_SyncMl_Command::getCommandName PHP Méthode

getCommandName() public méthode

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