Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
StringUtil.php
function StringUtil::__construct
Parameters
bool $verbose
:
File
vendor/
phpspec/
prophecy/
src/
Prophecy/
Util/
StringUtil.php
, line 28
Class
StringUtil
String utility.
Namespace
Prophecy\Util
Code
public
function
__construct
(
$verbose
=
true
) {
$this
->
verbose
=
$verbose
; }
RSS feed