Source for file boolean.php
Documentation is available at boolean.php
* @package FrameworkOnFramework
* @copyright Copyright (C) 2010 - 2012 Akeeba Ltd. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
// Protect from unauthorized access
* FrameworkOnFramework model behavior class
* @package FrameworkOnFramework
* Is it a null or otherwise empty value?
* @param mixed $value The value to test for emptiness
return is_null($value) ||
($value ===
'');
Documentation generated on Tue, 19 Nov 2013 14:54:41 +0100 by phpDocumentor 1.4.3