get() public method

public get ( string $key ) : mixed
$key string
return mixed
Exemplo n.º 1
0
 /**
  * @param CommandInterface $command
  *
  * @return bool
  */
 public function matches(CommandInterface $command)
 {
     return $this->getCommandName() === $command->get('command');
 }