Example #1
0
 public function __construct($row)
 {
     parent::LoadData($row);
 }
Example #2
0
	public function SignModified($row,$wasRemoved)
	{
		parent::LoadData($row);
		$this->removed=$wasRemoved;
	}
Example #3
0
	public function __construct($row,$wasRemoved)
	{
		parent::LoadData($row);
		$this->removed=$wasRemoved;
	}
Example #4
0
 public function __construct($row)
 {
     parent::LoadData($row);
     $this->parseData();
 }
Example #5
0
 public function __construct($row, $type)
 {
     $this->detType = $type;
     parent::LoadData($row);
 }
Example #6
0
	public function Teleported($row)
	{
		parent::LoadData($row);
	}