コード例 #1
0
ファイル: izap_videos.php プロジェクト: rimpy/izap_videos
 protected function initialise_attributes()
 {
     global $IZAPSETTINGS;
     parent::initialise_attributes();
     $this->attributes['subtype'] = 'izap_videos';
     $this->IZAPSETTINGS = $IZAPSETTINGS;
 }
コード例 #2
0
ファイル: start.php プロジェクト: eokyere/elgg
 protected function initialise_attributes()
 {
     parent::initialise_attributes();
     $this->attributes['subtype'] = "file";
 }
コード例 #3
0
 protected function initialise_attributes()
 {
     parent::initialise_attributes();
     $this->attributes['subtype'] = "plugin_release";
 }