PHP Class CrudKit\Data\SQL\SQLColumn

Afficher le fichier Open project: skyronic/crudkit Class Usage Examples

Méthodes publiques

Свойство Type Description
$category
$id
$options

Protected Properties

Свойство Type Description
$type Doctrine\DBAL\Types\Type
$typeName string

Méthodes publiques

Méthode Description
__construct ( $id, $category, $options )
addFilterToBuilder ( $builder, $expr, $type, $value, boolean $orFlag = false ) : string
cleanValue ( $value )
doctrineColumnLookup ( $col_lookup )
getExpr ( )
getExprAs ( )
getSchema ( )
getSummaryConfig ( )
init ( )
prepareForClient ( $value )
setOptions ( $values )
simplifyTypeName ( $typeName )
updateForm ( $form ) : mixed

Method Details

__construct() public méthode

public __construct ( $id, $category, $options )

addFilterToBuilder() public méthode

public addFilterToBuilder ( $builder, $expr, $type, $value, boolean $orFlag = false ) : string
$builder QueryBuilder
$expr ExpressionBuilder
$type string
$value
$orFlag boolean
Résultat string

cleanValue() public méthode

public cleanValue ( $value )

doctrineColumnLookup() public méthode

public doctrineColumnLookup ( $col_lookup )

getExpr() abstract public méthode

abstract public getExpr ( )

getExprAs() public méthode

public getExprAs ( )

getSchema() abstract public méthode

abstract public getSchema ( )

getSummaryConfig() abstract public méthode

abstract public getSummaryConfig ( )

init() public méthode

public init ( )

prepareForClient() public méthode

public prepareForClient ( $value )

setOptions() public méthode

public setOptions ( $values )

simplifyTypeName() public static méthode

public static simplifyTypeName ( $typeName )

updateForm() abstract public méthode

abstract public updateForm ( $form ) : mixed
$form FormHelper
Résultat mixed

Property Details

$category public_oe property

public $category

$id public_oe property

public $id

$options public_oe property

public $options

$type protected_oe property

protected Type,Doctrine\DBAL\Types $type
Résultat Doctrine\DBAL\Types\Type

$typeName protected_oe property

protected string $typeName
Résultat string