Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ArrayCountToken.php
function ArrayCountToken::__construct
Parameters
integer $value
:
File
vendor/
phpspec/
prophecy/
src/
Prophecy/
Argument/
Token/
ArrayCountToken.php
, line 27
Class
ArrayCountToken
Array elements count token.
Namespace
Prophecy\Argument\Token
Code
public
function
__construct
(
$value
) {
$this
->
count
=
$value
; }
RSS feed