Silber\Bouncer\Bouncer::tables PHP Méthode

tables() public static méthode

Set custom table names.
public static tables ( array $map ) : void
$map array
Résultat void
    public static function tables(array $map)
    {
        Models::setTables($map);
    }

Usage Example

Exemple #1
0
 /**
  * Set custom table names.
  *
  * @param array $map
  * @return void 
  * @static 
  */
 public static function tables($map)
 {
     \Silber\Bouncer\Bouncer::tables($map);
 }