Example #1
0
 /**
  * @param Configuration $configuration
  * @param string $identifier
  *
  * @return ObjectInterface
  */
 public function registerToConfigurationWithIdentifier(Configuration $configuration, string $identifier) : ObjectInterface
 {
     $this->identifier($identifier);
     $configuration->addConfigurationObjectWithIdentifier($this->className, $this, $identifier);
     return $this;
 }