public function Create()
 {
     parent::Create();
     $this->RegisterPropertyInteger("LinkSource", 0);
 }
コード例 #2
0
 public function Create()
 {
     parent::Create();
     $this->RegisterPropertyInteger("Target", 0);
     $this->RegisterPropertyInteger("TargetType", 1);
 }