Exemplo n.º 1
0
 /**
  * Constructor.
  *
  * @param KConfig $config An optional KConfig object with configuration options.
  */
 public function __construct(KConfig $config)
 {
     parent::__construct($config);
     $this->_assignment_option = $config->assignment_option;
     $this->_actor_identifiers = $config->actor_identifiers;
     $this->_profile_features = $config->profile_features;
     $this->_profile_name = $config->profile_name;
     $this->_profile_description = $config->profile_description;
 }
Exemplo n.º 2
0
 /**
  * Constructor.
  *
  * @param KConfig $config An optional KConfig object with configuration options.
  */
 public function __construct(KConfig $config)
 {
     parent::__construct($config);
     $this->_scope_identifier = $config->class;
     $this->_scope_type = $config->type;
 }