Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
CodeUtils Class Reference

Ubiquity\utils\base$CodeUtils This class is part of Ubiquity. More...

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

Ubiquity\utils\base$CodeUtils This class is part of Ubiquity.

Author
jcheron myadd.nosp@m.ress.nosp@m.mail@.nosp@m.gmai.nosp@m.l.com
Version
1.0.0

Definition at line 13 of file CodeUtils.php.

Member Function Documentation

◆ checkVar()

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

Definition at line 66 of file CodeUtils.php.

◆ cleanParameters()

static cleanParameters (   $parameters)
static

Definition at line 15 of file CodeUtils.php.

◆ getParametersForRoute()

static getParametersForRoute (   $parameters)
static

Definition at line 44 of file CodeUtils.php.

◆ getPHPExecutable()

static getPHPExecutable ( )
static

◆ indent()

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

Definition at line 86 of file CodeUtils.php.

◆ isValidCode()

static isValidCode (   $code)
static

Definition at line 92 of file CodeUtils.php.

◆ unCheckVar()

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

Definition at line 76 of file CodeUtils.php.


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