PHP Класс HippoPHP\Hippo\CheckRepository

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( FileSystem $fileSystem )
getChecks ( ) : HippoPHP\Hippo\Check[]

Приватные методы

Метод Описание
build ( ) Builds a list of checks to run.
buildIfNecessary ( ) If the checks haven't been ran, then we need to run them.
canInstantiate ( ReflectionClass $reflectionClass ) : boolean Determines whether a "check" does indeed implement CheckInterface.
getRootDirectory ( ) : string Returns the root checks directory.

Описание методов

__construct() публичный Метод

public __construct ( FileSystem $fileSystem )
$fileSystem FileSystem

getChecks() публичный Метод

public getChecks ( ) : HippoPHP\Hippo\Check[]
Результат HippoPHP\Hippo\Check[]