phpCoreLib2
[ class tree: phpCoreLib2 ] [ index: phpCoreLib2 ] [ all elements ]

Class: DMagickConfigParser

Source Location: /Files/Pictures/DMagickConfigParser.php

Class Overview

DObject
   |
   --DParserBase
      |
      --DXMLParser
         |
         --DMagickConfigParser

ImageMagick parser


Variables

Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: DXMLParser

DXMLParser::__construct()
Class constructor
DXMLParser::clearAll()
Clears nodes data from memory and removes temp files
DXMLParser::parse()
Parses the XML file and returns an associative array. Null if file cannot be opened.

Class: DParserBase

DParserBase::__construct()
Constructor
DParserBase::clearTemp()
Deletes temp file
DParserBase::getFileData()
Get file content
DParserBase::getFileName()
Gets the file name
DParserBase::parse()
Parse
DParserBase::setFileData()
Sets the xml srting to be parsed
DParserBase::setFileName()
Sets the file name to be parsed

Class: DObject

DObject::__construct()
Constructor
DObject::debug()
Debig
DObject::getClassMembers()
Gets member variables of the instance
DObject::getClassMemberType()
Gets class member type
DObject::getClassMethods()
Gets classes of the class
DObject::getClassName()
Gets class name
DObject::PHPSerialize()
Gets serialized string of the class
DObject::trace()
Trace
DObject::__destruct()
Descructor
DObject::__toString()
Returns String equivalent of the object.

Class Details

[line 17]
ImageMagick parser



[ Top ]


Class Variables

$convert =  ""

[line 29]

Path to ImageMagick Convert executable



Tags:

access:  public

Type:   string


[ Top ]

$identify =  ""

[line 23]

Path to ImageMagick Identify executable



Tags:

access:  public

Type:   string


[ Top ]

$temp =  ""

[line 35]

Path to ImageMagick Temp directory



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 41]

DMagickConfigParser __construct( string $XMLFileConfigName)

Class constructor



Tags:

access:  public


Overrides DXMLParser::__construct() (Class constructor)

Parameters:

string   $XMLFileConfigName  

[ Top ]


Documentation generated on Sat, 17 Apr 2010 22:07:13 +0300 by phpDocumentor 1.4.3