BoolType

Class BoolType

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

category

System

package

Shared

subpackage

Types

Methods

Class Constructor

__construct(boolean $p_value) 
Throws
\InvalidArgumentException

Arguments

$p_value

boolean

Get the instance value as bool.

asBool() : boolean

Response

boolean

Properties

Instance Value

value : boolean
var

Type(s)

boolean