<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'/>
<title>Docs For Class DocumentController</title>
<link rel="stylesheet" href="../../media/stylesheet.css" />
<script src="../../media/lib/classTree.js"></script>
<script language="javascript" type="text/javascript">
var imgPlus = new Image();
var imgMinus = new Image();
imgPlus.src = "../../media/images/plus.png";
imgMinus.src = "../../media/images/minus.png";
function showNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgMinus.src;
oTable.style.display = "block";
}
function hideNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgPlus.src;
oTable.style.display = "none";
}
function nodeIsVisible(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
break;
}
return (oTable && oTable.style.display == "block");
}
function toggleNodeVisibility(Node){
if (nodeIsVisible(Node)){
hideNode(Node);
}else{
showNode(Node);
}
}
</script>
</head>
<body>
<div class="page-body">
<h2 class="class-name"><img src="../../media/images/Class_logo.png"
alt=" Class"
title=" Class"
style="vertical-align: middle"> DocumentController</h2>
<a name="sec-description"></a>
<div class="info-box">
<div class="info-box-title">Description</div>
<div class="nav-bar">
<span class="disabled">Description</span> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
| <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
<a href="#sec-consts">Constants</a>
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">ÐÑвеÑÐ°ÐµÑ Ð·Ð° подгоÑÐ¾Ð²ÐºÑ ÑÑÐµÐ´Ñ Ð¸ запÑÑк ÑабоÑÑ Ð¾Ð±ÑекÑа Document.</p>
<ul class="tags">
<li><span class="field">final:</span> </li>
</ul>
<p class="notes">
Located in <a class="field" href="_framework---DocumentController.class.php.html">/framework/DocumentController.class.php</a> (line <span class="field"><a href="../../__filesource/fsource_energine_core_frameworkDocumentController.class.php.html#a26">26</a></span>)
</p>
<pre><a href="../../energine/core/Object.html">Object</a>
|
--<a href="../../energine/core/SystemConfig.html">SystemConfig</a>
|
--DocumentController</pre>
</div>
</div>
<a name="sec-var-summary"></a>
<div class="info-box">
<div class="info-box-title">Variable Summary</span></div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<span class="disabled">Vars</span> (<a href="#sec-vars">details</a>)
|
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
<a href="#sec-consts">Constants</a>
</div>
<div class="info-box-body">
<div class="var-summary">
<div class="var-title">
<img src="../../media/images/PrivateVariable.png" alt=" " />
<span class="var-type"><a href="../../energine/core/Document.html">Document</a></span>
<a href="#$document" title="details" class="var-name">$document</a>
</div>
<div class="var-title">
<img src="../../media/images/PrivateVariable.png" alt=" " />
<span class="var-type"><a href="../../energine/core/Response.html">Response</a></span>
<a href="#$response" title="details" class="var-name">$response</a>
</div>
</div>
</div>
</div>
<a name="sec-method-summary"></a>
<div class="info-box">
<div class="info-box-title">Method Summary</span></div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-consts">Constants</a>
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
|
<span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<div class="method-summary">
<div class="method-definition">
<img src="../../media/images/Constructor.png" alt=" "/>
<span class="method-result">void</span>
<a href="#__construct" title="details" class="method-name">__construct</a>
()
</div>
<div class="method-definition">
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-result">void</span>
<a href="#run" title="details" class="method-name">run</a>
()
</div>
<div class="method-definition">
<img src="../../media/images/PrivateMethod.png" alt=" "/>
<span class="method-result">void</span>
<a href="#transform" title="details" class="method-name">transform</a>
()
</div>
</div>
</div>
</div>
<a name="sec-vars"></a>
<div class="info-box">
<div class="info-box-title">Variables</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
<a href="#sec-consts">Constants</a>
|
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<a name="var$document" id="$document"><!-- --></A>
<div class="evenrow">
<div class="var-header">
<img src="../../media/images/PrivateVariable.png" />
<span class="var-title">
<span class="var-type"><a href="../../energine/core/Document.html">Document</a></span>
<span class="var-name">$document</span>
(line <span class="line-number"><a href="../../__filesource/fsource_energine_core_frameworkDocumentController.class.php.html#a32">32</a></span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">var:</span> ÑкземплÑÑ ÐºÐ»Ð°ÑÑа Document</li>
<li><span class="field">access:</span> private</li>
</ul>
</div>
<a name="var$response" id="$response"><!-- --></A>
<div class="oddrow">
<div class="var-header">
<img src="../../media/images/PrivateVariable.png" />
<span class="var-title">
<span class="var-type"><a href="../../energine/core/Response.html">Response</a></span>
<span class="var-name">$response</span>
(line <span class="line-number"><a href="../../__filesource/fsource_energine_core_frameworkDocumentController.class.php.html#a38">38</a></span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">var:</span> ÑкземплÑÑ ÐºÐ»Ð°ÑÑа Response (HTTP-оÑвеÑ)</li>
<li><span class="field">access:</span> private</li>
</ul>
</div>
<h4>Inherited Variables</h4>
<A NAME='inherited_vars'><!-- --></A>
<p>Inherited from <span class="classname"><a href="../../energine/core/SystemConfig.html">SystemConfig</a></span></p>
<blockquote>
<img src="../../media/images/Variable.png" />
<span class="var-title">
<span class="var-name"><a href="../../energine/core/SystemConfig.html#var$systemConfig">SystemConfig::$systemConfig</a></span><br>
</span>
</blockquote>
<p>Inherited from <span class="classname"><a href="../../energine/core/Object.html">Object</a></span></p>
<blockquote>
<img src="../../media/images/PrivateVariable.png" />
<span class="var-title">
<span class="var-name"><a href="../../energine/core/Object.html#var$executionTime">Object::$executionTime</a></span><br>
</span>
</blockquote>
</div>
</div>
<a name="sec-methods"></a>
<div class="info-box">
<div class="info-box-title">Methods</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
<a href="#sec-consts">Constants</a>
<a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
</div>
<div class="info-box-body">
<A NAME='method_detail'></A>
<a name="method__construct" id="__construct"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<img src="../../media/images/Constructor.png" />
<span class="method-title">Constructor __construct</span> (line <span class="line-number"><a href="../../__filesource/fsource_energine_core_frameworkDocumentController.class.php.html#a46">46</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">ÐонÑÑÑÑкÑÐ¾Ñ ÐºÐ»Ð°ÑÑа.</p>
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
__construct
</span>
()
</div>
<hr class="separator" />
<div class="notes">Redefinition of:</div>
<dl>
<dt><a href="../../energine/core/SystemConfig.html#method__construct">SystemConfig::__construct()</a></dt>
<dd>ÐонÑÑÑÑкÑÐ¾Ñ ÐºÐ»Ð°ÑÑа.</dd>
</dl>
</div>
<a name="methodrun" id="run"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<img src="../../media/images/Method.png" />
<span class="method-title">run</span> (line <span class="line-number"><a href="../../__filesource/fsource_energine_core_frameworkDocumentController.class.php.html#a59">59</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">ÐодгоÑÐ°Ð²Ð»Ð¸Ð²Ð°ÐµÑ ÑÑÐµÐ´Ñ Ð´Ð»Ñ ÑабоÑÑ, ÑоздаÑÑ Ð¾Ð±ÑÐµÐºÑ Document и пеÑедаÑÑ ÐµÐ¼Ñ ÑпÑавление. ÐоÑле оÑÑабоÑки обÑекÑа Document, запÑÑÐºÐ°ÐµÑ ÑÑанÑÑоÑмаÑÐ¸Ñ XML-докÑменÑа ÑÑÑаниÑÑ Ð² вÑÑ
одной ÑоÑмаÑ.</p>
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
run
</span>
()
</div>
</div>
<a name="methodtransform" id="transform"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<img src="../../media/images/PrivateMethod.png" />
<span class="method-title">transform</span> (line <span class="line-number"><a href="../../__filesource/fsource_energine_core_frameworkDocumentController.class.php.html#a99">99</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">ТÑанÑÑоÑмиÑÑÐµÑ XML-докÑÐ¼ÐµÐ½Ñ ÑÑÑаниÑÑ Ð² вÑÑ
одной ÑоÑмаÑ, и вÑÐ²Ð¾Ð´Ð¸Ñ ÑезÑлÑÑÐ°Ñ ÐºÐ»Ð¸ÐµÐ½ÑÑ.</p>
<ul class="tags">
<li><span class="field">access:</span> private</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
transform
</span>
()
</div>
</div>
<h4>Inherited Methods</h4>
<a name='inherited_methods'><!-- --></a>
<!-- =========== Summary =========== -->
<p>Inherited From <span class="classname"><a href="../../energine/core/SystemConfig.html">SystemConfig</a></span></p>
<blockquote>
<img src="../../media/images/Constructor.png" alt=" "/>
<span class="method-name"><a href="../../energine/core/SystemConfig.html#method__construct">SystemConfig::__construct()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../energine/core/SystemConfig.html#methodgetConfigValue">SystemConfig::getConfigValue()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../energine/core/SystemConfig.html#methodload">SystemConfig::load()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../energine/core/SystemConfig.html#method_getConfigValue">SystemConfig::_getConfigValue()</a></span><br>
</blockquote>
<!-- =========== Summary =========== -->
<p>Inherited From <span class="classname"><a href="../../energine/core/Object.html">Object</a></span></p>
<blockquote>
<img src="../../media/images/Constructor.png" alt=" "/>
<span class="method-name"><a href="../../energine/core/Object.html#method__construct">Object::__construct()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../energine/core/Object.html#methodgetExecutionTime">Object::getExecutionTime()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../energine/core/Object.html#methodstartExecutionTimer">Object::startExecutionTimer()</a></span><br>
<img src="../../media/images/Method.png" alt=" "/>
<span class="method-name"><a href="../../energine/core/Object.html#methodstopExecutionTimer">Object::stopExecutionTimer()</a></span><br>
</blockquote>
</div>
</div>
<a name="sec-consts"></a>
<div class="info-box">
<div class="info-box-title">Class Constants</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-var-summary">Constants</a> (<span class="disabled">details</span>)
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
|
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<h4>Inherited Constants</h4>
<A NAME='inherited_vars'><!-- --></A>
<p>Inherited from <span class="classname"><a href="../../energine/core/SystemConfig.html">SystemConfig</a></span></p>
<blockquote>
<img src="../../media/images/Variable.png" />
<span class="const-title">
<span class="const-name"><a href="../../energine/core/SystemConfig.html#constCONFIG_DIR">SystemConfig::CONFIG_DIR</a></span><br>
</span>
<img src="../../media/images/Variable.png" />
<span class="const-title">
<span class="const-name"><a href="../../energine/core/SystemConfig.html#constCONFIG_FILE">SystemConfig::CONFIG_FILE</a></span><br>
</span>
</blockquote>
</div>
</div>
<p class="notes" id="credit">
Documentation generated on Mon, 17 Sep 2007 13:28:14 +0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.0a2</a>
</p>
</div></body>
</html>