PHP Класс WP_UnitTest_Generator_Sequence

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

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

Свойство Тип Описание
$incr
$next
$template_string

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

Метод Описание
__construct ( $template_string = '%s', $start = null )
get_incr ( ) : integer Get the incrementor.
get_template_string ( ) : string Get the template string.
next ( )

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

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

public __construct ( $template_string = '%s', $start = null )

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

Get the incrementor.
С версии: 4.6.0
public get_incr ( ) : integer
Результат integer

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

Get the template string.
С версии: 4.6.0
public get_template_string ( ) : string
Результат string

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

public next ( )

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

$incr статическое публичное свойство

static public $incr

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

public $next

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

public $template_string