titanscssc::isTruthy PHP Méthode

isTruthy() protected méthode

protected isTruthy ( $value )
    protected function isTruthy($value)
    {
        return $value != self::$false && $value != self::$null;
    }
titanscssc