PHP Class WP_UnitTest_Generator_Sequence

Show file Open project: lucatume/wp-browser Class Usage Examples

Public Properties

Property Type Description
$incr
$next
$template_string

Public Methods

Method Description
__construct ( $template_string = '%s', $start = null )
get_incr ( ) : integer Get the incrementor.
get_template_string ( ) : string Get the template string.
next ( )

Method Details

__construct() public method

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

get_incr() public method

Get the incrementor.
Since: 4.6.0
public get_incr ( ) : integer
return integer

get_template_string() public method

Get the template string.
Since: 4.6.0
public get_template_string ( ) : string
return string

next() public method

public next ( )

Property Details

$incr static public property

static public $incr

$next public property

public $next

$template_string public property

public $template_string