PHP Класс REBELinBLUE\Deployer\Presenters\ProjectPresenter

Наследование: extends CommandPresenter
Показать файл Открыть проект

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

Метод Описание
presentAppStatus ( ) : string Show the application status.
presentAppStatusCss ( ) : string Show the application status css.
presentCcTrayStatus ( ) : string Returns the build status needed by CCTray These strings can not be translated.
presentCssClass ( ) : string Gets the CSS class for the project status.
presentHeartBeatStatus ( ) : string Show heartbeat status count.
presentHeartBeatStatusCss ( ) : string The application heartbeat status css.
presentIcon ( ) : string Gets the CSS icon class for the project status.
presentReadableStatus ( ) : string Gets the translated project status string.
presentTypeIcon ( ) : string Gets an icon which represents the repository type.

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

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

Show the application status.
public presentAppStatus ( ) : string
Результат string

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

Show the application status css.
public presentAppStatusCss ( ) : string
Результат string

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

Returns the build status needed by CCTray These strings can not be translated.
public presentCcTrayStatus ( ) : string
Результат string

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

Gets the CSS class for the project status.
public presentCssClass ( ) : string
Результат string

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

Show heartbeat status count.
public presentHeartBeatStatus ( ) : string
Результат string

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

The application heartbeat status css.
public presentHeartBeatStatusCss ( ) : string
Результат string

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

Gets the CSS icon class for the project status.
public presentIcon ( ) : string
Результат string

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

Gets the translated project status string.
public presentReadableStatus ( ) : string
Результат string

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

Gets an icon which represents the repository type.
public presentTypeIcon ( ) : string
Результат string