CodeIgniter v4.7 API

CastInterface

The methods work at (1)(4) only.

[App Code] --- (1) --> [Entity] --- (2) --> [Database] [App Code] <-- (4) --- [Entity] <-- (3) --- [Database]

Tags
template

Table of Contents

Methods

get()  : TPhpNativeValue
Takes a raw value from Entity, returns its value for PHP.
set()  : TEntityStoredValue
Takes a PHP value, returns its raw value for Entity.

Methods

get()

Takes a raw value from Entity, returns its value for PHP.

public static get(TEntityStoredValue $value[, array<int, string> $params = [] ]) : TPhpNativeValue
Parameters
$value : TEntityStoredValue
$params : array<int, string> = []

Additional param

Return values
TPhpNativeValue

set()

Takes a PHP value, returns its raw value for Entity.

public static set(TPhpNativeValue $value[, array<int, string> $params = [] ]) : TEntityStoredValue
Parameters
$value : TPhpNativeValue
$params : array<int, string> = []

Additional param

Return values
TEntityStoredValue
On this page

Search results