Class BoolType

Class BoolType

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

Package: Shared\Types
Category: System
Located at Shared/Types/BoolType.inc.php

Methods summary

public __construct( boolean $p_value )

Class Constructor

public asBool( void ) : boolean

Get the instance value as bool.

Properties summary

protected $value : boolean

Instance Value