Google_Service_Appengine_Version
extends Google_Collection
in package
Extension to the regular Google_Model that automatically exposes the items array for iteration, so you can just iterate over the object rather than a reference inside.
Table of Contents
- NULL_VALUE = "{}gapi-php-null"
- If you need to specify a NULL JSON value, use Google_Model::NULL_VALUE instead - it will be replaced when converting to JSON with a real null.
- $betaSettings : mixed
- $buildEnvVariables : mixed
- $createdBy : mixed
- $createTime : mixed
- $defaultExpiration : mixed
- $diskUsageBytes : mixed
- $env : mixed
- $envVariables : mixed
- $id : mixed
- $inboundServices : mixed
- $instanceClass : mixed
- $name : mixed
- $nobuildFilesRegex : mixed
- $runtime : mixed
- $runtimeApiVersion : mixed
- $runtimeChannel : mixed
- $runtimeMainExecutablePath : mixed
- $servingStatus : mixed
- $threadsafe : mixed
- $versionUrl : mixed
- $vm : mixed
- $zones : mixed
- $apiConfigDataType : mixed
- $apiConfigType : mixed
- $automaticScalingDataType : mixed
- $automaticScalingType : mixed
- $basicScalingDataType : mixed
- $basicScalingType : mixed
- $collection_key : mixed
- $deploymentDataType : mixed
- $deploymentType : mixed
- $endpointsApiServiceDataType : mixed
- $endpointsApiServiceType : mixed
- $entrypointDataType : mixed
- $entrypointType : mixed
- $errorHandlersDataType : mixed
- $errorHandlersType : mixed
- $handlersDataType : mixed
- $handlersType : mixed
- $healthCheckDataType : mixed
- $healthCheckType : mixed
- $internal_gapi_mappings : mixed
- $librariesDataType : mixed
- $librariesType : mixed
- $livenessCheckDataType : mixed
- $livenessCheckType : mixed
- $manualScalingDataType : mixed
- $manualScalingType : mixed
- $modelData : mixed
- $networkDataType : mixed
- $networkType : mixed
- $processed : mixed
- $readinessCheckDataType : mixed
- $readinessCheckType : mixed
- $resourcesDataType : mixed
- $resourcesType : mixed
- $vpcAccessConnectorDataType : mixed
- $vpcAccessConnectorType : mixed
- __construct() : mixed
- Polymorphic - accepts a variable number of arguments dependent on the type of the model subclass.
- __get() : mixed
- Getter that handles passthrough access to the data array, and lazy object creation.
- __isset() : mixed
- __unset() : mixed
- assertIsArray() : mixed
- Verify if $obj is an array.
- count() : mixed
- current() : mixed
- getApiConfig() : Google_Service_Appengine_ApiConfigHandler
- getAutomaticScaling() : Google_Service_Appengine_AutomaticScaling
- getBasicScaling() : Google_Service_Appengine_BasicScaling
- getBetaSettings() : mixed
- getBuildEnvVariables() : mixed
- getCreatedBy() : mixed
- getCreateTime() : mixed
- getDefaultExpiration() : mixed
- getDeployment() : Google_Service_Appengine_Deployment
- getDiskUsageBytes() : mixed
- getEndpointsApiService() : Google_Service_Appengine_EndpointsApiService
- getEntrypoint() : Google_Service_Appengine_Entrypoint
- getEnv() : mixed
- getEnvVariables() : mixed
- getErrorHandlers() : Google_Service_Appengine_ErrorHandler
- getHandlers() : Google_Service_Appengine_UrlMap
- getHealthCheck() : Google_Service_Appengine_HealthCheck
- getId() : mixed
- getInboundServices() : mixed
- getInstanceClass() : mixed
- getLibraries() : Google_Service_Appengine_Library
- getLivenessCheck() : Google_Service_Appengine_LivenessCheck
- getManualScaling() : Google_Service_Appengine_ManualScaling
- getName() : mixed
- getNetwork() : Google_Service_Appengine_Network
- getNobuildFilesRegex() : mixed
- getReadinessCheck() : Google_Service_Appengine_ReadinessCheck
- getResources() : Google_Service_Appengine_Resources
- getRuntime() : mixed
- getRuntimeApiVersion() : mixed
- getRuntimeChannel() : mixed
- getRuntimeMainExecutablePath() : mixed
- getServingStatus() : mixed
- getThreadsafe() : mixed
- getVersionUrl() : mixed
- getVm() : mixed
- getVpcAccessConnector() : Google_Service_Appengine_VpcAccessConnector
- getZones() : mixed
- key() : mixed
- next() : mixed
- offsetExists() : mixed
- offsetGet() : mixed
- offsetSet() : mixed
- offsetUnset() : mixed
- rewind() : mixed
- setApiConfig() : mixed
- setAutomaticScaling() : mixed
- setBasicScaling() : mixed
- setBetaSettings() : mixed
- setBuildEnvVariables() : mixed
- setCreatedBy() : mixed
- setCreateTime() : mixed
- setDefaultExpiration() : mixed
- setDeployment() : mixed
- setDiskUsageBytes() : mixed
- setEndpointsApiService() : mixed
- setEntrypoint() : mixed
- setEnv() : mixed
- setEnvVariables() : mixed
- setErrorHandlers() : mixed
- setHandlers() : mixed
- setHealthCheck() : mixed
- setId() : mixed
- setInboundServices() : mixed
- setInstanceClass() : mixed
- setLibraries() : mixed
- setLivenessCheck() : mixed
- setManualScaling() : mixed
- setName() : mixed
- setNetwork() : mixed
- setNobuildFilesRegex() : mixed
- setReadinessCheck() : mixed
- setResources() : mixed
- setRuntime() : mixed
- setRuntimeApiVersion() : mixed
- setRuntimeChannel() : mixed
- setRuntimeMainExecutablePath() : mixed
- setServingStatus() : mixed
- setThreadsafe() : mixed
- setVersionUrl() : mixed
- setVm() : mixed
- setVpcAccessConnector() : mixed
- setZones() : mixed
- toSimpleObject() : mixed
- Create a simplified object suitable for straightforward conversion to JSON. This is relatively expensive due to the usage of reflection, but shouldn't be called a whole lot, and is the most straightforward way to filter.
- valid() : mixed
- dataType() : mixed
- gapiInit() : mixed
- Blank initialiser to be used in subclasses to do post-construction initialisation - this avoids the need for subclasses to have to implement the variadics handling in their constructors.
- isAssociativeArray() : bool
- Returns true only if the array is associative.
- keyType() : mixed
- mapTypes() : void
- Initialize this object's properties from an array.
- camelCase() : string
- Convert a string to camelCase
- coerceType() : mixed
- getMappedName() : mixed
- If there is an internal name mapping, use that.
- getSimpleValue() : mixed
- Handle different types of values, primarily other objects and map and array data types.
- nullPlaceholderCheck() : mixed
- Check whether the value is the null placeholder and return true null.
Constants
NULL_VALUE
If you need to specify a NULL JSON value, use Google_Model::NULL_VALUE instead - it will be replaced when converting to JSON with a real null.
public
mixed
NULL_VALUE
= "{}gapi-php-null"
Properties
$betaSettings
public
mixed
$betaSettings
$buildEnvVariables
public
mixed
$buildEnvVariables
$createdBy
public
mixed
$createdBy
$createTime
public
mixed
$createTime
$defaultExpiration
public
mixed
$defaultExpiration
$diskUsageBytes
public
mixed
$diskUsageBytes
$env
public
mixed
$env
$envVariables
public
mixed
$envVariables
$id
public
mixed
$id
$inboundServices
public
mixed
$inboundServices
$instanceClass
public
mixed
$instanceClass
$name
public
mixed
$name
$nobuildFilesRegex
public
mixed
$nobuildFilesRegex
$runtime
public
mixed
$runtime
$runtimeApiVersion
public
mixed
$runtimeApiVersion
$runtimeChannel
public
mixed
$runtimeChannel
$runtimeMainExecutablePath
public
mixed
$runtimeMainExecutablePath
$servingStatus
public
mixed
$servingStatus
$threadsafe
public
mixed
$threadsafe
$versionUrl
public
mixed
$versionUrl
$vm
public
mixed
$vm
$zones
public
mixed
$zones
$apiConfigDataType
protected
mixed
$apiConfigDataType
= ''
$apiConfigType
protected
mixed
$apiConfigType
= 'Google_Service_Appengine_ApiConfigHandler'
$automaticScalingDataType
protected
mixed
$automaticScalingDataType
= ''
$automaticScalingType
protected
mixed
$automaticScalingType
= 'Google_Service_Appengine_AutomaticScaling'
$basicScalingDataType
protected
mixed
$basicScalingDataType
= ''
$basicScalingType
protected
mixed
$basicScalingType
= 'Google_Service_Appengine_BasicScaling'
$collection_key
protected
mixed
$collection_key
= 'zones'
$deploymentDataType
protected
mixed
$deploymentDataType
= ''
$deploymentType
protected
mixed
$deploymentType
= 'Google_Service_Appengine_Deployment'
$endpointsApiServiceDataType
protected
mixed
$endpointsApiServiceDataType
= ''
$endpointsApiServiceType
protected
mixed
$endpointsApiServiceType
= 'Google_Service_Appengine_EndpointsApiService'
$entrypointDataType
protected
mixed
$entrypointDataType
= ''
$entrypointType
protected
mixed
$entrypointType
= 'Google_Service_Appengine_Entrypoint'
$errorHandlersDataType
protected
mixed
$errorHandlersDataType
= 'array'
$errorHandlersType
protected
mixed
$errorHandlersType
= 'Google_Service_Appengine_ErrorHandler'
$handlersDataType
protected
mixed
$handlersDataType
= 'array'
$handlersType
protected
mixed
$handlersType
= 'Google_Service_Appengine_UrlMap'
$healthCheckDataType
protected
mixed
$healthCheckDataType
= ''
$healthCheckType
protected
mixed
$healthCheckType
= 'Google_Service_Appengine_HealthCheck'
$internal_gapi_mappings
protected
mixed
$internal_gapi_mappings
= array()
$librariesDataType
protected
mixed
$librariesDataType
= 'array'
$librariesType
protected
mixed
$librariesType
= 'Google_Service_Appengine_Library'
$livenessCheckDataType
protected
mixed
$livenessCheckDataType
= ''
$livenessCheckType
protected
mixed
$livenessCheckType
= 'Google_Service_Appengine_LivenessCheck'
$manualScalingDataType
protected
mixed
$manualScalingDataType
= ''
$manualScalingType
protected
mixed
$manualScalingType
= 'Google_Service_Appengine_ManualScaling'
$modelData
protected
mixed
$modelData
= array()
$networkDataType
protected
mixed
$networkDataType
= ''
$networkType
protected
mixed
$networkType
= 'Google_Service_Appengine_Network'
$processed
protected
mixed
$processed
= array()
$readinessCheckDataType
protected
mixed
$readinessCheckDataType
= ''
$readinessCheckType
protected
mixed
$readinessCheckType
= 'Google_Service_Appengine_ReadinessCheck'
$resourcesDataType
protected
mixed
$resourcesDataType
= ''
$resourcesType
protected
mixed
$resourcesType
= 'Google_Service_Appengine_Resources'
$vpcAccessConnectorDataType
protected
mixed
$vpcAccessConnectorDataType
= ''
$vpcAccessConnectorType
protected
mixed
$vpcAccessConnectorType
= 'Google_Service_Appengine_VpcAccessConnector'
Methods
__construct()
Polymorphic - accepts a variable number of arguments dependent on the type of the model subclass.
public
final __construct() : mixed
Return values
mixed —__get()
Getter that handles passthrough access to the data array, and lazy object creation.
public
__get(string $key) : mixed
Parameters
- $key : string
-
Property name.
Return values
mixed —The value if any, or null.
__isset()
public
__isset(mixed $key) : mixed
Parameters
- $key : mixed
Return values
mixed —__unset()
public
__unset(mixed $key) : mixed
Parameters
- $key : mixed
Return values
mixed —assertIsArray()
Verify if $obj is an array.
public
assertIsArray(array<string|int, mixed> $obj, string $method) : mixed
Parameters
- $obj : array<string|int, mixed>
-
Items that should be validated.
- $method : string
-
Method expecting an array as an argument.
Tags
Return values
mixed —count()
public
count() : mixed
Return values
mixed —current()
public
current() : mixed
Return values
mixed —getApiConfig()
public
getApiConfig() : Google_Service_Appengine_ApiConfigHandler
Return values
Google_Service_Appengine_ApiConfigHandler —getAutomaticScaling()
public
getAutomaticScaling() : Google_Service_Appengine_AutomaticScaling
Return values
Google_Service_Appengine_AutomaticScaling —getBasicScaling()
public
getBasicScaling() : Google_Service_Appengine_BasicScaling
Return values
Google_Service_Appengine_BasicScaling —getBetaSettings()
public
getBetaSettings() : mixed
Return values
mixed —getBuildEnvVariables()
public
getBuildEnvVariables() : mixed
Return values
mixed —getCreatedBy()
public
getCreatedBy() : mixed
Return values
mixed —getCreateTime()
public
getCreateTime() : mixed
Return values
mixed —getDefaultExpiration()
public
getDefaultExpiration() : mixed
Return values
mixed —getDeployment()
public
getDeployment() : Google_Service_Appengine_Deployment
Return values
Google_Service_Appengine_Deployment —getDiskUsageBytes()
public
getDiskUsageBytes() : mixed
Return values
mixed —getEndpointsApiService()
public
getEndpointsApiService() : Google_Service_Appengine_EndpointsApiService
Return values
Google_Service_Appengine_EndpointsApiService —getEntrypoint()
public
getEntrypoint() : Google_Service_Appengine_Entrypoint
Return values
Google_Service_Appengine_Entrypoint —getEnv()
public
getEnv() : mixed
Return values
mixed —getEnvVariables()
public
getEnvVariables() : mixed
Return values
mixed —getErrorHandlers()
public
getErrorHandlers() : Google_Service_Appengine_ErrorHandler
Return values
Google_Service_Appengine_ErrorHandler —getHandlers()
public
getHandlers() : Google_Service_Appengine_UrlMap
Return values
Google_Service_Appengine_UrlMap —getHealthCheck()
public
getHealthCheck() : Google_Service_Appengine_HealthCheck
Return values
Google_Service_Appengine_HealthCheck —getId()
public
getId() : mixed
Return values
mixed —getInboundServices()
public
getInboundServices() : mixed
Return values
mixed —getInstanceClass()
public
getInstanceClass() : mixed
Return values
mixed —getLibraries()
public
getLibraries() : Google_Service_Appengine_Library
Return values
Google_Service_Appengine_Library —getLivenessCheck()
public
getLivenessCheck() : Google_Service_Appengine_LivenessCheck
Return values
Google_Service_Appengine_LivenessCheck —getManualScaling()
public
getManualScaling() : Google_Service_Appengine_ManualScaling
Return values
Google_Service_Appengine_ManualScaling —getName()
public
getName() : mixed
Return values
mixed —getNetwork()
public
getNetwork() : Google_Service_Appengine_Network
Return values
Google_Service_Appengine_Network —getNobuildFilesRegex()
public
getNobuildFilesRegex() : mixed
Return values
mixed —getReadinessCheck()
public
getReadinessCheck() : Google_Service_Appengine_ReadinessCheck
Return values
Google_Service_Appengine_ReadinessCheck —getResources()
public
getResources() : Google_Service_Appengine_Resources
Return values
Google_Service_Appengine_Resources —getRuntime()
public
getRuntime() : mixed
Return values
mixed —getRuntimeApiVersion()
public
getRuntimeApiVersion() : mixed
Return values
mixed —getRuntimeChannel()
public
getRuntimeChannel() : mixed
Return values
mixed —getRuntimeMainExecutablePath()
public
getRuntimeMainExecutablePath() : mixed
Return values
mixed —getServingStatus()
public
getServingStatus() : mixed
Return values
mixed —getThreadsafe()
public
getThreadsafe() : mixed
Return values
mixed —getVersionUrl()
public
getVersionUrl() : mixed
Return values
mixed —getVm()
public
getVm() : mixed
Return values
mixed —getVpcAccessConnector()
public
getVpcAccessConnector() : Google_Service_Appengine_VpcAccessConnector
Return values
Google_Service_Appengine_VpcAccessConnector —getZones()
public
getZones() : mixed
Return values
mixed —key()
public
key() : mixed
Return values
mixed —next()
public
next() : mixed
Return values
mixed —offsetExists()
public
offsetExists(mixed $offset) : mixed
Parameters
- $offset : mixed
Return values
mixed —offsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
Return values
mixed —offsetSet()
public
offsetSet(mixed $offset, mixed $value) : mixed
Parameters
- $offset : mixed
- $value : mixed
Return values
mixed —offsetUnset()
public
offsetUnset(mixed $offset) : mixed
Parameters
- $offset : mixed
Return values
mixed —rewind()
public
rewind() : mixed
Return values
mixed —setApiConfig()
public
setApiConfig(Google_Service_Appengine_ApiConfigHandler $apiConfig) : mixed
Parameters
- $apiConfig : Google_Service_Appengine_ApiConfigHandler
Return values
mixed —setAutomaticScaling()
public
setAutomaticScaling(Google_Service_Appengine_AutomaticScaling $automaticScaling) : mixed
Parameters
- $automaticScaling : Google_Service_Appengine_AutomaticScaling
Return values
mixed —setBasicScaling()
public
setBasicScaling(Google_Service_Appengine_BasicScaling $basicScaling) : mixed
Parameters
- $basicScaling : Google_Service_Appengine_BasicScaling
Return values
mixed —setBetaSettings()
public
setBetaSettings(mixed $betaSettings) : mixed
Parameters
- $betaSettings : mixed
Return values
mixed —setBuildEnvVariables()
public
setBuildEnvVariables(mixed $buildEnvVariables) : mixed
Parameters
- $buildEnvVariables : mixed
Return values
mixed —setCreatedBy()
public
setCreatedBy(mixed $createdBy) : mixed
Parameters
- $createdBy : mixed
Return values
mixed —setCreateTime()
public
setCreateTime(mixed $createTime) : mixed
Parameters
- $createTime : mixed
Return values
mixed —setDefaultExpiration()
public
setDefaultExpiration(mixed $defaultExpiration) : mixed
Parameters
- $defaultExpiration : mixed
Return values
mixed —setDeployment()
public
setDeployment(Google_Service_Appengine_Deployment $deployment) : mixed
Parameters
- $deployment : Google_Service_Appengine_Deployment
Return values
mixed —setDiskUsageBytes()
public
setDiskUsageBytes(mixed $diskUsageBytes) : mixed
Parameters
- $diskUsageBytes : mixed
Return values
mixed —setEndpointsApiService()
public
setEndpointsApiService(Google_Service_Appengine_EndpointsApiService $endpointsApiService) : mixed
Parameters
- $endpointsApiService : Google_Service_Appengine_EndpointsApiService
Return values
mixed —setEntrypoint()
public
setEntrypoint(Google_Service_Appengine_Entrypoint $entrypoint) : mixed
Parameters
- $entrypoint : Google_Service_Appengine_Entrypoint
Return values
mixed —setEnv()
public
setEnv(mixed $env) : mixed
Parameters
- $env : mixed
Return values
mixed —setEnvVariables()
public
setEnvVariables(mixed $envVariables) : mixed
Parameters
- $envVariables : mixed
Return values
mixed —setErrorHandlers()
public
setErrorHandlers(mixed $errorHandlers) : mixed
Parameters
- $errorHandlers : mixed
Return values
mixed —setHandlers()
public
setHandlers(mixed $handlers) : mixed
Parameters
- $handlers : mixed
Return values
mixed —setHealthCheck()
public
setHealthCheck(Google_Service_Appengine_HealthCheck $healthCheck) : mixed
Parameters
- $healthCheck : Google_Service_Appengine_HealthCheck
Return values
mixed —setId()
public
setId(mixed $id) : mixed
Parameters
- $id : mixed
Return values
mixed —setInboundServices()
public
setInboundServices(mixed $inboundServices) : mixed
Parameters
- $inboundServices : mixed
Return values
mixed —setInstanceClass()
public
setInstanceClass(mixed $instanceClass) : mixed
Parameters
- $instanceClass : mixed
Return values
mixed —setLibraries()
public
setLibraries(mixed $libraries) : mixed
Parameters
- $libraries : mixed
Return values
mixed —setLivenessCheck()
public
setLivenessCheck(Google_Service_Appengine_LivenessCheck $livenessCheck) : mixed
Parameters
- $livenessCheck : Google_Service_Appengine_LivenessCheck
Return values
mixed —setManualScaling()
public
setManualScaling(Google_Service_Appengine_ManualScaling $manualScaling) : mixed
Parameters
- $manualScaling : Google_Service_Appengine_ManualScaling
Return values
mixed —setName()
public
setName(mixed $name) : mixed
Parameters
- $name : mixed
Return values
mixed —setNetwork()
public
setNetwork(Google_Service_Appengine_Network $network) : mixed
Parameters
- $network : Google_Service_Appengine_Network
Return values
mixed —setNobuildFilesRegex()
public
setNobuildFilesRegex(mixed $nobuildFilesRegex) : mixed
Parameters
- $nobuildFilesRegex : mixed
Return values
mixed —setReadinessCheck()
public
setReadinessCheck(Google_Service_Appengine_ReadinessCheck $readinessCheck) : mixed
Parameters
- $readinessCheck : Google_Service_Appengine_ReadinessCheck
Return values
mixed —setResources()
public
setResources(Google_Service_Appengine_Resources $resources) : mixed
Parameters
- $resources : Google_Service_Appengine_Resources
Return values
mixed —setRuntime()
public
setRuntime(mixed $runtime) : mixed
Parameters
- $runtime : mixed
Return values
mixed —setRuntimeApiVersion()
public
setRuntimeApiVersion(mixed $runtimeApiVersion) : mixed
Parameters
- $runtimeApiVersion : mixed
Return values
mixed —setRuntimeChannel()
public
setRuntimeChannel(mixed $runtimeChannel) : mixed
Parameters
- $runtimeChannel : mixed
Return values
mixed —setRuntimeMainExecutablePath()
public
setRuntimeMainExecutablePath(mixed $runtimeMainExecutablePath) : mixed
Parameters
- $runtimeMainExecutablePath : mixed
Return values
mixed —setServingStatus()
public
setServingStatus(mixed $servingStatus) : mixed
Parameters
- $servingStatus : mixed
Return values
mixed —setThreadsafe()
public
setThreadsafe(mixed $threadsafe) : mixed
Parameters
- $threadsafe : mixed
Return values
mixed —setVersionUrl()
public
setVersionUrl(mixed $versionUrl) : mixed
Parameters
- $versionUrl : mixed
Return values
mixed —setVm()
public
setVm(mixed $vm) : mixed
Parameters
- $vm : mixed
Return values
mixed —setVpcAccessConnector()
public
setVpcAccessConnector(Google_Service_Appengine_VpcAccessConnector $vpcAccessConnector) : mixed
Parameters
- $vpcAccessConnector : Google_Service_Appengine_VpcAccessConnector
Return values
mixed —setZones()
public
setZones(mixed $zones) : mixed
Parameters
- $zones : mixed
Return values
mixed —toSimpleObject()
Create a simplified object suitable for straightforward conversion to JSON. This is relatively expensive due to the usage of reflection, but shouldn't be called a whole lot, and is the most straightforward way to filter.
public
toSimpleObject() : mixed
Return values
mixed —valid()
public
valid() : mixed
Return values
mixed —dataType()
protected
dataType(mixed $key) : mixed
Parameters
- $key : mixed
Return values
mixed —gapiInit()
Blank initialiser to be used in subclasses to do post-construction initialisation - this avoids the need for subclasses to have to implement the variadics handling in their constructors.
protected
gapiInit() : mixed
Return values
mixed —isAssociativeArray()
Returns true only if the array is associative.
protected
isAssociativeArray(array<string|int, mixed> $array) : bool
Parameters
- $array : array<string|int, mixed>
Return values
bool —True if the array is associative.
keyType()
protected
keyType(mixed $key) : mixed
Parameters
- $key : mixed
Return values
mixed —mapTypes()
Initialize this object's properties from an array.
protected
mapTypes(array<string|int, mixed> $array) : void
Parameters
- $array : array<string|int, mixed>
-
Used to seed this object's properties.
Return values
void —camelCase()
Convert a string to camelCase
private
camelCase(string $value) : string
Parameters
- $value : string
Return values
string —coerceType()
private
coerceType(mixed $offset) : mixed
Parameters
- $offset : mixed
Return values
mixed —getMappedName()
If there is an internal name mapping, use that.
private
getMappedName(mixed $key) : mixed
Parameters
- $key : mixed
Return values
mixed —getSimpleValue()
Handle different types of values, primarily other objects and map and array data types.
private
getSimpleValue(mixed $value) : mixed
Parameters
- $value : mixed
Return values
mixed —nullPlaceholderCheck()
Check whether the value is the null placeholder and return true null.
private
nullPlaceholderCheck(mixed $value) : mixed
Parameters
- $value : mixed