コード例 #1
0
	public function __call($method, $args)
	{
		MongoQueue::push($this->className, $method, $args, $this->when, $this->batch);
	}