Class SGL_Task_GetPhpEnv

Description

Located in /SGL/Task/DetectEnv.php (line 234)

SGL_Task
   |
   --SGL_EnvSummaryTask
      |
      --SGL_Task_GetPhpEnv
Variable Summary
 mixed $aErrors
 mixed $key
 mixed $mandatory
 mixed $title
Method Summary
 void run ()
Variables
mixed $aErrors = array(
'phpVersion' => 'As a minimum you need to be running PHP version 4.3.0 to run Seagull',
'operatingSystem' => '',
'webserverSapi' => '',
'webserverPort' => '',
'webserverSoftware' => '',
'seagullVersion' => '',
)
(line 247)

Redefinition of:
SGL_EnvSummaryTask::$aErrors
mixed $aRequirements = array(
'phpVersion' => array(SGL_REQUIRED => '>4.2.3'),'operatingSystem'=>array(SGL_NEUTRAL=>0),'webserverSapi'=>array(SGL_NEUTRAL=>0),'webserverPort'=>array(SGL_NEUTRAL=>0),'webserverSoftware'=>array(SGL_NEUTRAL=>0),'seagullVersion'=>array(SGL_NEUTRAL=>0),)
(line 239)

Redefinition of:
SGL_EnvSummaryTask::$aRequirements
mixed $key = 'php_environment' (line 237)
mixed $mandatory = true (line 238)

Redefinition of:
SGL_EnvSummaryTask::$mandatory
mixed $title = 'PHP Environment' (line 236)

Redefinition of:
SGL_EnvSummaryTask::$title

Inherited Variables

Inherited from SGL_EnvSummaryTask

SGL_EnvSummaryTask::$aData
Methods

Documentation generated on Tue, 23 Feb 2010 18:14:29 +0000 by phpDocumentor 1.4.3