PHP Class mageekguy\atoum\report\fields\runner\coverage\html

Inheritance: extends mageekguy\atoum\report\fields\runner\coverage\cli
Exibir arquivo Open project: atoum/atoum Class Usage Examples

Protected Properties

Property Type Description
$bootstrapFile
$destinationDirectory
$projectName
$reflectionClassInjector
$rootUrl
$templateParser
$templatesDirectory
$urlColorizer
$urlPrompt

Public Methods

Method Description
__construct ( $projectName, $destinationDirectory )
__toString ( )
cleanDestinationDirectory ( )
getDestinationDirectory ( )
getDestinationDirectoryIterator ( )
getProjectName ( )
getReflectionClass ( $class )
getRootUrl ( )
getTemplateParser ( )
getTemplatesDirectory ( )
getUrlColorizer ( )
getUrlPrompt ( )
setDestinationDirectory ( $path )
setProjectName ( $projectName )
setReflectionClassInjector ( closure $reflectionClassInjector )
setRootUrl ( $rootUrl )
setTemplateParser ( mageekguy\atoum\template\parser $parser = null )
setTemplatesDirectory ( $path = null )
setUrlColorizer ( mageekguy\atoum\cli\colorizer $colorizer = null )
setUrlPrompt ( mageekguy\atoum\cli\prompt $prompt = null )

Method Details

__construct() public method

public __construct ( $projectName, $destinationDirectory )

__toString() public method

public __toString ( )

cleanDestinationDirectory() public method

getDestinationDirectory() public method

getDestinationDirectoryIterator() public method

getProjectName() public method

public getProjectName ( )

getReflectionClass() public method

public getReflectionClass ( $class )

getRootUrl() public method

public getRootUrl ( )

getTemplateParser() public method

public getTemplateParser ( )

getTemplatesDirectory() public method

getUrlColorizer() public method

public getUrlColorizer ( )

getUrlPrompt() public method

public getUrlPrompt ( )

setDestinationDirectory() public method

public setDestinationDirectory ( $path )

setProjectName() public method

public setProjectName ( $projectName )

setReflectionClassInjector() public method

public setReflectionClassInjector ( closure $reflectionClassInjector )
$reflectionClassInjector closure

setRootUrl() public method

public setRootUrl ( $rootUrl )

setTemplateParser() public method

public setTemplateParser ( mageekguy\atoum\template\parser $parser = null )
$parser mageekguy\atoum\template\parser

setTemplatesDirectory() public method

public setTemplatesDirectory ( $path = null )

setUrlColorizer() public method

public setUrlColorizer ( mageekguy\atoum\cli\colorizer $colorizer = null )
$colorizer mageekguy\atoum\cli\colorizer

setUrlPrompt() public method

public setUrlPrompt ( mageekguy\atoum\cli\prompt $prompt = null )
$prompt mageekguy\atoum\cli\prompt

Property Details

$bootstrapFile protected_oe property

protected $bootstrapFile

$destinationDirectory protected_oe property

protected $destinationDirectory

$projectName protected_oe property

protected $projectName

$reflectionClassInjector protected_oe property

protected $reflectionClassInjector

$rootUrl protected_oe property

protected $rootUrl

$templateParser protected_oe property

protected $templateParser

$templatesDirectory protected_oe property

protected $templatesDirectory

$urlColorizer protected_oe property

protected $urlColorizer

$urlPrompt protected_oe property

protected $urlPrompt