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

Class: Classes

Source Location: /Classes.php

Class Overview

Strings
   |
   --PHPCode
      |
      --Classes

Created on 1 april 09


Author(s):

Version:

  • 2.0

Variables

Methods


Child classes:

Classes_Functions
Created on 1 april 09

Inherited Variables

Inherited Methods

Class: PHPCode

PHPCode::getCode()
Code obtention function

Class: Strings

Strings::__construct()
Construction function
Strings::console()
Console function
Strings::IsUTF8()
UTF8 detection function
Strings::QuoteStrip()
Quotes stripping function
Strings::RemoveAccent()
Accents removal function
Strings::RemoveSpaces()
Spaces removal function
Strings::stringHasNumbers()
Numbers detection function
Strings::ToUTF8()
UTF8 conversion function
Strings::ucwordsw()
Special uppercase function

Class Details

[line 17]
Created on 1 april 09

This class manages PHP Classes objects.

Changes: 1.0 to 2.0: phpdoc compatible in the way to generate documentation




Tags:

author:  Pierre-Dominique Vienne <pvienne@me.com>
version:  2.0
deprecated:  
license:  GNU Public License


[ Top ]


Class Variables

$aVars = array()

[line 33]



Tags:

access:  public

Type:   mixed


[ Top ]

$classextends =

[line 30]



Tags:

access:  public

Type:   mixed


[ Top ]

$classextendsID =

[line 31]



Tags:

access:  public

Type:   mixed


[ Top ]

$classID =

[line 28]



Tags:

access:  public

Type:   mixed


[ Top ]

$classname =

[line 29]



Tags:

access:  public

Type:   mixed


[ Top ]

$classtable =  "classes"

[line 20]



Tags:

access:  public

Type:   mixed


[ Top ]

$class_regex =  '/class\s+([^\s]+)(?:\s+extends\s+([^\s]+))?\s+\{(.+?[^$])function\s+\w+\(.+\}/si'

[line 25]



Tags:

access:  protected

Type:   mixed


[ Top ]

$database =  "library"

[line 19]



Tags:

access:  public

Type:   mixed


[ Top ]

$debug =  false

[line 23]



Tags:

access:  public

Type:   mixed


[ Top ]

$oClassextends =

[line 32]



Tags:

access:  public

Type:   mixed


[ Top ]

$result =

[line 22]



Tags:

access:  public

Type:   mixed


[ Top ]

$vars_regex =  '/((?:private)|(?:protected)|(?:public))\s+(\$[^=;]+)(?:\s*=\s*([^;]+);)?/si'

[line 26]



Tags:

access:  protected

Type:   mixed


[ Top ]



Class Methods


method addClass [line 80]

void addClass( )



[ Top ]

method getClassByID [line 176]

void getClassByID( )



[ Top ]

method getClassByName [line 132]

void getClassByName( )



[ Top ]

method getClassInfo [line 48]

void getClassInfo( )



[ Top ]


Documentation generated on Wed, 26 Aug 2009 12:29:59 +0200 by phpDocumentor 1.4.1