Ubiquity  2.0.3
php rapid development framework
CodeUtils Class Reference

Static Public Member Functions

static cleanParameters ($parameters)
 
static getParametersForRoute ($parameters)
 
static checkVar ($var, $prefix='$')
 
static unCheckVar ($var, $prefix='$')
 
static indent ($code, $count=2)
 
static isValidCode ($code)
 
static getPHPExecutable ()
 

Detailed Description

Definition at line 7 of file CodeUtils.php.

Member Function Documentation

◆ checkVar()

static checkVar (   $var,
  $prefix = '$' 
)
static

Definition at line 60 of file CodeUtils.php.

◆ cleanParameters()

static cleanParameters (   $parameters)
static

Definition at line 9 of file CodeUtils.php.

◆ getParametersForRoute()

static getParametersForRoute (   $parameters)
static

Definition at line 38 of file CodeUtils.php.

◆ getPHPExecutable()

static getPHPExecutable ( )
static

◆ indent()

static indent (   $code,
  $count = 2 
)
static

Definition at line 80 of file CodeUtils.php.

◆ isValidCode()

static isValidCode (   $code)
static

Definition at line 86 of file CodeUtils.php.

◆ unCheckVar()

static unCheckVar (   $var,
  $prefix = '$' 
)
static

Definition at line 70 of file CodeUtils.php.


The documentation for this class was generated from the following file: