Class NonEmptyStringType

Class NonEmptyStringType

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

Notice: The constructor value must not be empty!

StringType
NonEmptyStringType

Direct known subclasses

EmailStringType, PathType

Package: Shared\Types
Category: System
Located at Shared/Types/NonEmptyStringType.inc.php

Methods summary

public __construct( string $p_value )

Class Constructor

Methods inherited from StringType

asString()

Properties summary

Properties inherited from StringType

$value