Exemplo n.º 1
0
	public function direct($data = null, $errors = null, $sendNow = true, $keepLayouts = false)
	{
		$resp = $this->_createResponseObject($data, $errors);
		if ($sendNow) {
            return $this->_json->sendJson($resp, $keepLayouts);
        }
        return $this->_json->encodeJson($resp, $keepLayouts);
	}