StringType

Class StringType

Shared string type class. Use the "asString" method for getting the plain value.

category

System

package

Shared

subpackage

Types

Methods

Class Constructor

__construct(string $p_value) 
Throws
\InvalidArgumentException

Arguments

$p_value

string

Get the instance value as string.

asString() : string

Response

string

Properties

Instance Value

value : string
var

Type(s)

string