PHP Класс Components_Qc_Task_Lint, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Gunnar Wrobel ([email protected])
Наследование: extends Components_Qc_Task_Base
Показать файл Открыть проект

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

Метод Описание
getName ( ) : string Get the name of this task.
run ( &$options ) : integer Run the task.

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

Метод Описание
_lint ( $file )

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

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

Get the name of this task.
public getName ( ) : string
Результат string The task name.

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

Run the task.
public run ( &$options ) : integer
Результат integer Number of errors.