c2ephp
|
The base COB block class. More...
Public Member Functions | |
GetType () | |
Gets the type of this COB block. | |
Compile () | |
Compiles this COB Block and returns COB file as a binary string. | |
Related Functions | |
(Note that these are not member functions.) | |
Cob Block Types | |
enum | COB_BLOCK_AGENT |
Agent Block - 'agnt'. More... | |
enum | COB_BLOCK_FILE |
File Block - 'file'. More... | |
enum | COB_BLOCK_AUTHOR |
Author Block - 'auth'. More... |
The base COB block class.
Definition at line 16 of file COBBlock.php.
COBBlock::Compile | ( | ) | [abstract] |
COBBlock::GetType | ( | ) |
Gets the type of this COB block.
Definition at line 37 of file COBBlock.php.
enum COB_BLOCK_AGENT [related] |
Agent Block - 'agnt'.
Definition at line 8 of file COBBlock.php.
enum COB_BLOCK_AUTHOR [related] |
Author Block - 'auth'.
Definition at line 12 of file COBBlock.php.
enum COB_BLOCK_FILE [related] |
File Block - 'file'.
Definition at line 10 of file COBBlock.php.