コード例 #1
0
ファイル: assignable.php プロジェクト: LuccaCaldas/anahita
 /**
  * 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;
 }
コード例 #2
0
ファイル: scopeable.php プロジェクト: LuccaCaldas/anahita
 /**
  * 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;
 }