Documentation

StringUtil
in package

Tags
author

Issei Murasawa issei.m7@gmail.com

author

Bernhard Schussek bschussek@gmail.com

Table of Contents

Methods

fqcnToBlockPrefix()  : string|null
Converts a fully-qualified class name to a block prefix.
trim()  : string
Returns the trimmed data.
__construct()  : mixed
This class should not be instantiated.

Methods

fqcnToBlockPrefix()

Converts a fully-qualified class name to a block prefix.

public static fqcnToBlockPrefix(string $fqcn) : string|null
Parameters
$fqcn : string

The fully-qualified class name

Return values
string|null

trim()

Returns the trimmed data.

public static trim(string $string) : string
Parameters
$string : string
Return values
string

__construct()

This class should not be instantiated.

private __construct() : mixed

        
On this page

Search results