You are here

public function ArrayCountToken::__construct in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayCountToken.php \Prophecy\Argument\Token\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;
}