com\setasign\SetaSite\PropertyContainer\Property

Custom Interface RequiresApplicationForToStringInterface

File: /SetaSite/src/PropertyContainer/Property/Custom.php

Class hierarchy

Implements

Summary

Properties

$config

protected \com\setasign\SetaFramework\Config\Config AbstractProperty::$config

$value

protected mixed AbstractProperty::$value

Static Methods

cleanupConfig()

public static AbstractProperty::cleanupConfig (
\com\setasign\SetaFramework\Config\Config $config
): void
Parameters
$config : \com\setasign\SetaFramework\Config\Config
 

Methods

__construct()

public AbstractProperty::__construct (
\com\setasign\SetaSite\PropertyContainer\ContainerParent\ContainerParentInterface $containerParent,
?\com\setasign\SetaFramework\Config\Config $config = null
)
Parameters
$containerParent : \com\setasign\SetaSite\PropertyContainer\ContainerParent\ContainerParentInterface
 
$config : ?\com\setasign\SetaFramework\Config\Config
 

__clone()

public AbstractProperty::__clone (
void
): void

__get()

public Custom::__get (
$key = null
): void
Parameters
$key
 

__isset()

public Custom::__isset (
$key
): void
Parameters
$key
 

__set()

public Custom::__set (
$key,
$value
): void
Parameters
$key
 
$value
 

__toString()

public Custom::__toString (
void
): string

exportValue()

public Custom::exportValue (
void
): mixed

Export the value, to use it in a Database

getConfig()

public AbstractProperty::getConfig (
void
): \com\setasign\SetaFramework\Config\Config

getDefaultValue()

public AbstractProperty::getDefaultValue (
void
): void

getProperties()

public Custom::getProperties (
void
): void

getValidators()

public AbstractProperty::getValidators (
void
): \com\setasign\SetaFramework\Config\Config

getValue()

public AbstractProperty::getValue (
void
): mixed

isNull()

public AbstractProperty::isNull (
void
): bool

Checks whether the value is null

isValid()

public Custom::isValid (
array &$result = array ( )
): bool

Checks whether the value of the property is valid

Parameters
$result : array
 

parseValue()

protected Custom::parseValue (
mixed $value
): mixed

Parses the value to the correct format

Parameters
$value : mixed
 

setApplication()

setValue()

public Custom::setValue (
mixed $value,
bool $ignoreEditable = false
): void

Sets the value

Parameters
$value : mixed
 
$ignoreEditable : bool

Ignore editable property, only for internal use!