Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Orders
    • Serializers
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Interfaces
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • BoolType
  • DecimalType
  • EmailStringType
  • IdType
  • IntType
  • NonEmptyStringType
  • StringType

Class StringType

Class StringType

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

Direct known subclasses

DataTableColumnType, FilenameStringType, NonEmptyStringType

Indirect known subclasses

EmailStringType

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

Methods summary

public
# __construct( string $p_value )

Class Constructor

Class Constructor

Parameters

$p_value

Throws

InvalidArgumentException
public string
# asString( )

Get the instance value as string.

Get the instance value as string.

Returns

string

Properties summary

protected string $value

Instance Value

Instance Value

#
API documentation generated by ApiGen