PHP Class HM\BackUpWordPress\Requirement

Show file Open project: humanmade/backupwordpress

Protected Properties

Property Type Description
$name string The name of the requirement.

Public Methods

Method Description
name ( ) : string
raw_result ( )
result ( ) : string

Protected Methods

Method Description
test ( ) : mixed

Method Details

name() public method

public name ( ) : string
return string

raw_result() public method

public raw_result ( )

result() public method

public result ( ) : string
return string

test() protected static method

protected static test ( ) : mixed
return mixed Did the requirement pass or fail.

Property Details

$name protected property

The name of the requirement.
protected string $name
return string