package ANN
access private

 Methods

__construct()

__construct(string $strFilename) 
used_by \ANN\Controller\Controller::Header()

Parameters

$strFilename

string

getView()

getView() : string
used_by \ANN\Controller\ControllerPrintNetwork::getNeurons()
used_by \ANN\Controller\ControllerPrintNetwork::Footer()
used_by \ANN\Controller\Controller::Footer()

Returns

string

printView()

printView() 
uses \ANN\Views\CleanView()
used_by \ANN\Controller\ControllerPrintNetwork::Footer()
used_by \ANN\Controller\Controller::Footer()

resetView()

resetView() 
used_by \ANN\Controller\ControllerPrintNetwork::getNeurons()

setArray()

setArray(array $arrArray) 
uses \ANN\Views\setVar()
used_by \ANN\Controller\ControllerPrintNetwork::Content()

Parameters

$arrArray

array

setIf()

setIf(string $strName, boolean $boolShow) 
uses \ANN\Views\Translate()
used_by \ANN\Controller\ControllerPrintNetwork::getNeurons()

Parameters

$strName

string

$boolShow

boolean

setVar()

setVar(string $strVar, string $strValue, string $strModifier) 
uses \ANN\Views\Translate()
used_by \ANN\Controller\ControllerPrintNetwork::Content()
used_by \ANN\Controller\ControllerPrintNetwork::getNeurons()

Parameters

$strVar

string

$strValue

string

$strModifier

string

(Default: '')

cleanView()

cleanView() 
uses \ANN\Views\Translate()

translate()

translate(string $strVar, string $strValue, string $strModifier) 

Parameters

$strVar

string

$strValue

string

$strModifier

string

(Default: '')

 Properties

 

View-Content

$strContent : string
 

View-Content

$strContentOriginal : string