PHP Класс Give_Welcome, Give

A general class for About and Credits page.
С версии: 1.0
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$minimum_capability The capability users should have to view the page

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

Метод Описание
__construct ( ) Get things started
about_screen ( ) : void Render About Screen
admin_head ( ) : void Hide Individual Dashboard Pages
admin_menus ( ) : void Register the Dashboard Pages which are later hidden but these pages are used to render the Welcome and Credits pages.
changelog_screen ( ) : void Render Changelog Screen
contributors ( ) : string Render Contributors List
credits_screen ( ) : void Render Credits Screen
get_contributors ( ) : array Retreive list of contributors from GitHub.
getting_started_screen ( ) : void Render Getting Started Screen
parse_readme ( ) : string Parse the GIVE readme.txt file
tabs ( ) : void Navigation tabs
welcome ( ) : void Sends user to the Welcome page on first activation of GIVE as well as each time GIVE is upgraded to a new version

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

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

Get things started
С версии: 1.0
public __construct ( )

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

Render About Screen
С версии: 1.0
public about_screen ( ) : void
Результат void

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

Hide Individual Dashboard Pages
С версии: 1.0
public admin_head ( ) : void
Результат void

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

Register the Dashboard Pages which are later hidden but these pages are used to render the Welcome and Credits pages.
С версии: 1.0
public admin_menus ( ) : void
Результат void

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

Render Changelog Screen
С версии: 1.0
public changelog_screen ( ) : void
Результат void

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

Render Contributors List
С версии: 1.0
public contributors ( ) : string
Результат string $contributor_list HTML formatted list of all the contributors for GIVE

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

Render Credits Screen
С версии: 1.0
public credits_screen ( ) : void
Результат void

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

Retreive list of contributors from GitHub.
С версии: 1.0
public get_contributors ( ) : array
Результат array $contributors List of contributors

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

Render Getting Started Screen
С версии: 1.9
public getting_started_screen ( ) : void
Результат void

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

Parse the GIVE readme.txt file
С версии: 2.0.3
public parse_readme ( ) : string
Результат string $readme HTML formatted readme file

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

Navigation tabs
С версии: 1.0
public tabs ( ) : void
Результат void

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

Sends user to the Welcome page on first activation of GIVE as well as each time GIVE is upgraded to a new version
С версии: 1.0
public welcome ( ) : void
Результат void

Описание свойств

$minimum_capability публичное свойство

The capability users should have to view the page
public $minimum_capability