PHP Class Pinq\Parsing\MagicConstants

Author: Elliot Levin ([email protected])
Inheritance: implements Pinq\Parsing\IMagicConstants
Datei anzeigen Open project: timetoogo/pinq

Public Methods

Method Description
__construct ( $directory, $file, $namespace, $class, $trait, $function, $functionInClosure, $method, $methodInClosure )
getClass ( )
getDirectory ( )
getFile ( )
getFunction ( $isWithinClosure )
getMethod ( $isWithinClosure )
getNamespace ( )
getTrait ( )

Method Details

__construct() public method

public __construct ( $directory, $file, $namespace, $class, $trait, $function, $functionInClosure, $method, $methodInClosure )

getClass() public method

public getClass ( )

getDirectory() public method

public getDirectory ( )

getFile() public method

public getFile ( )

getFunction() public method

public getFunction ( $isWithinClosure )

getMethod() public method

public getMethod ( $isWithinClosure )

getNamespace() public method

public getNamespace ( )

getTrait() public method

public getTrait ( )