Esempio n. 1
0
 /**
  * Group constructor.
  *
  * @param Collection   $collection
  * @param Interpolator $interpolation
  * @param string       $identifier
  */
 public function __construct(Collection $collection, Interpolator $interpolation, string $identifier)
 {
     parent::__construct($collection, $interpolation);
     $this->identifier = strtolower(trim($identifier, '.')) . '.';
 }