コード例 #1
0
ファイル: chatted.php プロジェクト: N3X15/BigBrother
 public function __construct($row)
 {
     parent::LoadData($row);
 }
コード例 #2
0
ファイル: sign_modified.php プロジェクト: needaxeo/BigBrother
	public function SignModified($row,$wasRemoved)
	{
		parent::LoadData($row);
		$this->removed=$wasRemoved;
	}
コード例 #3
0
	public function __construct($row,$wasRemoved)
	{
		parent::LoadData($row);
		$this->removed=$wasRemoved;
	}
コード例 #4
0
ファイル: chest_changed.php プロジェクト: N3X15/BigBrother
 public function __construct($row)
 {
     parent::LoadData($row);
     $this->parseData();
 }
コード例 #5
0
ファイル: exploded.php プロジェクト: N3X15/BigBrother
 public function __construct($row, $type)
 {
     $this->detType = $type;
     parent::LoadData($row);
 }
コード例 #6
0
ファイル: teleported.php プロジェクト: needaxeo/BigBrother
	public function Teleported($row)
	{
		parent::LoadData($row);
	}