get() 공개 메소드

public get ( string $key ) : mixed
$key string
리턴 mixed
예제 #1
0
 /**
  * @param CommandInterface $command
  *
  * @return bool
  */
 public function matches(CommandInterface $command)
 {
     return $this->getCommandName() === $command->get('command');
 }