Example #1
0
 public function __construct(ProfileInterface $profile)
 {
     $this->profile = $profile;
     $this->uri = $profile->findCoreEntityUri();
 }
Example #2
0
 /**
  * Add profile.
  *
  * @param ProfileInterface $profile
  */
 public function add(ProfileInterface $profile)
 {
     $this->profiles[$profile->getName()] = $profile;
 }