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