PHP Class hedronium\Jables\Destroyer

Show file Open project: hedronium/jables

Protected Properties

Property Type Description
$app
$db
$db_manager
$foreigns
$model
$parser
$tables

Public Methods

Method Description
__construct ( $app, Illuminate\Database\DatabaseManager $db )
buildLists ( )
connection ( $connection = null )
destroyJablesTable ( )
destroyUserTables ( )

Method Details

__construct() public method

public __construct ( $app, Illuminate\Database\DatabaseManager $db )
$db Illuminate\Database\DatabaseManager

buildLists() public method

public buildLists ( )

connection() public method

public connection ( $connection = null )

destroyJablesTable() public method

public destroyJablesTable ( )

destroyUserTables() public method

public destroyUserTables ( )

Property Details

$app protected property

protected $app

$db protected property

protected $db

$db_manager protected property

protected $db_manager

$foreigns protected property

protected $foreigns

$model protected property

protected $model

$parser protected property

protected $parser

$tables protected property

protected $tables