[ 'scissors' ], 'defeats' => [ 'rock' ] ]; /** * @inheritDoc */ function getName() { return $this->getName(); } /** * @inheritDoc */ function getComputerName() { return $this->computerName; } /** * @inheritDoc */ function getModifiers() { return $this->modifiers; } }