NonEmptyStringType

Extends \StringType

Class NonEmptyStringType

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

Notice: The constructor value must not be empty!

category

System

package

Shared

subpackage

Types

Methods

Class Constructor

__construct(string $p_value) 
inherited
Throws
\InvalidArgumentException

Arguments

$p_value

string

Get the instance value as string.

asString() : string
inherited

Response

string

Properties

Instance Value

value : string
inherited
var

Type(s)

string