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;
    }