phpDocumentor

BoolType
in package

Class BoolType

Shared boolean type class. Use the "asBool" method for getting the plain value.

Tags
category

System

subpackage

Types

Table of Contents

$value  : bool
Instance Value
__construct()  : mixed
Class Constructor
asBool()  : bool
Get the instance value as bool.

Properties

Methods

__construct()

Class Constructor

public __construct(bool $p_value) : mixed
Parameters
$p_value : bool
Tags
throws
InvalidArgumentException
Return values
mixed

asBool()

Get the instance value as bool.

public asBool() : bool
Return values
bool

Search results