PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
rector
/
rector-symfony
/
src
/
ValueObject
<?php declare (strict_types=1); namespace Rector\Symfony\ValueObject; final class EventNameToClassAndConstant { /** * @readonly * @var string */ private $eventName; /** * @readonly * @var string */ private $eventClass; /** * @readonly * @var string */ private $eventConstant; public function __construct(string $eventName, string $eventClass, string $eventConstant) { $this->eventName = $eventName; $this->eventClass = $eventClass; $this->eventConstant = $eventConstant; } public function getEventName() : string { return $this->eventName; } public function getEventClass() : string { return $this->eventClass; } public function getEventConstant() : string { return $this->eventConstant; } }
[-] ClassNameAndFilePath.php
[edit]
[+]
..
[-] EventReferenceToMethodName.php
[edit]
[-] IntlBundleClassToNewClass.php
[edit]
[-] ReplaceServiceArgument.php
[edit]
[+]
ServiceMap
[-] EventReferenceToMethodNameWithPriority.php
[edit]
[+]
Tag
[+]
ConstantMap
[-] ExtensionKeyAndConfiguration.php
[edit]
[+]
ValidatorAssert
[-] SymfonyRouteMetadata.php
[edit]
[-] ServiceDefinition.php
[edit]
[-] EventNameToClassAndConstant.php
[edit]
[-] Tag.php
[edit]