|
|
File: ./approot/engine/infonode.php
SIMU prototüüp nr 4 - GameEngine
InfoNode
DAO | +-- GameEntity | +-- InfoNode
Abstraktne mängumootori objekt.
|
private class InfoNode extends GameEntity
Abstraktne mängumootori objekt.
Abstraktne ülemklass kõigile mängumootori objektidele, millega rakenduse kõrgemad kihid peavad kokku puutuma, ehk siis kõigile mootori ja presentatsiooniloogika vahelises "liideses" osalevatele objektidele.
|
|
|
|
Methods inherited from DAO |
db_connect, assign_vars, assign_record, exec_sql, get_db_objects, get_db_key_objects, get_db_record, get_db_records, get_db_pairs, get_db_key_records, get_db_vertical_values, get_db_value |
|
|
|
|
Private Method Details |
set_obj |
private void set_obj( &$obj )
|
|
Warning: documentation is missing.
|
Parameter |
|
|
&$obj |
|
|
Warning: documentation is missing. |
|
Returns |
void |
|
get_info |
private void get_info( )
|
|
Warning: documentation is missing.
|
Returns |
void |
|
init |
private void init( )
|
|
Warning: documentation is missing.
|
Returns |
void |
|
get_nodes |
private void get_nodes( )
|
|
Warning: documentation is missing.
|
Returns |
void |
|
add_node |
private void add_node( &$node )
|
|
Warning: documentation is missing.
|
Parameter |
|
|
&$node |
|
|
Warning: documentation is missing. |
|
Returns |
void |
|
|
Private Field Details |
$nodes |
private unknown $nodes
>> <<
|
|
$label |
private unknown $label
>> <<
|
|
$presentation_id |
private unknown $presentation_id
>> <<
|
|
$obj |
private unknown $obj
>> <<
|
|
|
|
|
PHPDoc 1.0beta |