ExtractTask Class Reference

Inheritance diagram for ExtractTask:

Shell Object

List of all members.


Public Member Functions

 basic ($functionName= '__')
 execute ()
 extended ($functionName= '__d', $shift=0, $plural=false)
 help ()

Public Attributes

 $files = array()
 $path = null

Detailed Description

Definition at line 62 of file extract.php.


Member Function Documentation

ExtractTask::basic ( functionName = '__'  ) 

Will parse __(), __c() functions

Parameters:
string $functionName Function name that indicates translatable string (e.g: '__') public

Definition at line 292 of file extract.php.

ExtractTask::execute (  ) 

Execution method always used for tasks

public

Definition at line 131 of file extract.php.

References Object::_stop(), debug(), Shell::err(), Shell::in(), Shell::out(), and params().

ExtractTask::extended ( functionName = '__d',
shift = 0,
plural = false 
)

Will parse __d(), __dc(), __n(), __dn(), __dcn()

Parameters:
string $functionName Function name that indicates translatable string (e.g: '__')
integer $shift Number of parameters to shift to find translateable string
boolean $plural Set to true if function supports plural format, false otherwise public

Definition at line 329 of file extract.php.

ExtractTask::help (  ) 

Show help options

public

Reimplemented from Shell.

Definition at line 222 of file extract.php.

References debug(), Shell::hr(), Shell::in(), and Shell::out().


Member Data Documentation

ExtractTask::$files = array()

Definition at line 76 of file extract.php.

ExtractTask::$path = null

Definition at line 69 of file extract.php.


The documentation for this class was generated from the following file: