Class SGL_Task_GetFilesystemInfo

Description

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

SGL_Task
   |
   --SGL_EnvSummaryTask
      |
      --SGL_Task_GetFilesystemInfo
Variable Summary
 mixed $aErrors
 mixed $key
 mixed $mandatory
 mixed $title
Method Summary
 void run ()
Variables
mixed $aErrors = array(
'installRoot' => '',
'varDirExists' => 'It appears you do not have a "var" folder, please create a folder with this name in the root of your Seagull install',
'varDirIsWritable' => "Your \"var\" dir is not writable by the webserver, to make it writable type the following at the command line: chmod 777 %e",
'wwwDirIsWritable' => "Your \"www\" dir is not writable by the webserver, to make it writable type the following at the command line: chmod 777 %e",
)
(line 326)

Redefinition of:
SGL_EnvSummaryTask::$aErrors
mixed $aRequirements = array(
'installRoot' => array(SGL_NEUTRAL => 0),'varDirExists'=>array(SGL_REQUIRED=>1),'varDirIsWritable'=>array(SGL_REQUIRED=>1),'wwwDirIsWritable'=>array(SGL_REQUIRED=>1),)
(line 320)

Redefinition of:
SGL_EnvSummaryTask::$aRequirements
mixed $key = 'filesystem_info' (line 317)
mixed $mandatory = true (line 318)

Redefinition of:
SGL_EnvSummaryTask::$mandatory
mixed $title = 'Filesystem info' (line 316)

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