PHP Class Library, recess

If you're interested in introducing administrative or dashboard functionality, then refer to class-library-admin.php
Author: Patrick Daly ([email protected])
Show file Open project: KrisJordan/recess Class Usage Examples

Public Properties

Property Type Description
$useNamedRuns

Public Methods

Method Description
addClass ( $fullName )
addClassPath ( $newPath )
beginNamedRun ( $name )
classExists ( $fullName )
findClassesIn ( $package )
getClassName ( $fullName )
getFullyQualifiedClassName ( $className )
getPackage ( $className )
import ( $fullName, $forceLoad = false )
importAndInstantiate ( $fullName )
init ( )
load ( $className )
namedRunMissed ( $class )
persistNamedRuns ( )
shutdown ( )

Method Details

addClass() static public method

static public addClass ( $fullName )

addClassPath() static public method

static public addClassPath ( $newPath )

beginNamedRun() static public method

static public beginNamedRun ( $name )

classExists() static public method

static public classExists ( $fullName )

findClassesIn() static public method

static public findClassesIn ( $package )

getClassName() static public method

static public getClassName ( $fullName )

getFullyQualifiedClassName() static public method

static public getFullyQualifiedClassName ( $className )

getPackage() static public method

static public getPackage ( $className )

import() static public method

static public import ( $fullName, $forceLoad = false )

importAndInstantiate() static public method

static public importAndInstantiate ( $fullName )

init() static public method

static public init ( )

load() static public method

static public load ( $className )

namedRunMissed() static public method

static public namedRunMissed ( $class )

persistNamedRuns() static public method

static public persistNamedRuns ( )

shutdown() static public method

static public shutdown ( )

Property Details

$useNamedRuns public static property

public static $useNamedRuns