PHP Class Backup\Model\Database\Mysql

Inheritance: extends Gc\Db\AbstractTable
Show file Open project: gotcms/gotcms Class Usage Examples

Protected Properties

Property Type Description
$name string Table name

Public Methods

Method Description
export ( string $what = 'structureanddata' ) : string Export function

Method Details

export() public method

Export function
public export ( string $what = 'structureanddata' ) : string
$what string Action
return string

Property Details

$name protected property

Table name
protected string $name
return string