mikehaertl\shellcommand\Command::getCommand PHP 메소드

getCommand() 공개 메소드

public getCommand ( ) : string | null
리턴 string | null the command that was set through setCommand() or passed to the constructor. Null if none.
    public function getCommand()
    {
        return $this->_command;
    }