GSB_AppliMVC

CallableType extends Type
in package

Table of Contents

$allowsNull  : bool
__construct()  : mixed
allowsNull()  : bool
asString()  : string
fromName()  : self
fromValue()  : self
getReturnTypeDeclaration()  : string
isAssignable()  : bool
name()  : string
hasInvokeMethod()  : bool
isClassCallback()  : bool
isClosure()  : bool
isFunction()  : bool
isObjectCallback()  : bool

Properties

Methods

__construct()

public __construct(bool $nullable) : mixed
Parameters
$nullable : bool
Return values
mixed

allowsNull()

public allowsNull() : bool
Return values
bool

asString()

public asString() : string
Return values
string

fromName()

public static fromName(string $typeName, bool $allowsNull) : self
Parameters
$typeName : string
$allowsNull : bool
Return values
self

fromValue()

public static fromValue(mixed $value, bool $allowsNull) : self
Parameters
$value : mixed
$allowsNull : bool
Return values
self

getReturnTypeDeclaration()

public getReturnTypeDeclaration() : string
Tags
deprecated
codeCoverageIgnore
Return values
string

Search results