Predis\Command\Command::getArgument PHP 메소드

getArgument() 공개 메소드

public getArgument ( $index )
    public function getArgument($index)
    {
        if (isset($this->arguments[$index])) {
            return $this->arguments[$index];
        }
    }