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