Show:

Streams_Task Class

Extends Base_Streams_Task
Module: Streams

Class representing 'Task' rows in the 'Streams' database You can create an object of this class either to access its non-static methods, or to actually represent a task row in the Streams database.

Item Index

Methods

Methods

__set_state

(
  • $array
)
Streams_Task static

Implements the __set_state method, so it can work with with var_export and be re-imported successfully.

Parameters:

  • $array Array

Returns:

Streams_Task:

Class instance

setUp

()

The setUp() method is called the first time an object of this class is constructed.