Exemplo n.º 1
0
	protected function make_request() {
		if (!$this->id) {
			return parent::make_request();
		}
		return $this->request_item($this->id);
	}
Exemplo n.º 2
0
	public function __construct($type = '', $disabled = false) {
		$this->class_name = $type;

		parent::__construct(new QueryDummy(), $disabled = false);
	}
Exemplo n.º 3
0
 public function recieve_data($data)
 {
     parent::recieve_data($data['data']);
 }