c2ephp

COBBlock Class Reference

The base COB block class. More...

Inheritance diagram for COBBlock:

List of all members.

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...

Detailed Description

The base COB block class.

Definition at line 16 of file COBBlock.php.


Member Function Documentation

COBBlock::Compile ( ) [abstract]

Compiles this COB Block and returns COB file as a binary string.

Returns:
string
COBBlock::GetType ( )

Gets the type of this COB block.

Returns:
string One of the COB_BLOCK_* defines.

Definition at line 37 of file COBBlock.php.


Friends And Related Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Enumerations