InstallSchema_1023A - staffcheck/api GitHub Wiki
- Class name: InstallSchema_1023A
- Namespace:
- Parent class: InstallSchema_Base
protected mixed $schema_sql_file_name = NULL
- Visibility: protected
public mixed $schema_failure_state_file = NULL
- Visibility: public
protected mixed $version = NULL
- Visibility: protected
protected mixed $db = NULL
- Visibility: protected
protected mixed $is_upgrade = FALSE
- Visibility: protected
protected mixed $install_obj = FALSE
- Visibility: protected
boolean InstallSchema_1023A::preInstall()
- Visibility: public
boolean InstallSchema_1023A::postInstall()
- Visibility: public
mixed InstallSchema_Base::__construct(boolean $install_obj)
InstallSchema_Base constructor.
- Visibility: public
- This method is defined by InstallSchema_Base
- $install_obj boolean
mixed InstallSchema_Base::setDatabaseConnection($db)
- Visibility: public
- This method is defined by InstallSchema_Base
- $db mixed
null InstallSchema_Base::getDatabaseConnection()
- Visibility: public
- This method is defined by InstallSchema_Base
mixed InstallSchema_Base::setIsUpgrade($val)
- Visibility: public
- This method is defined by InstallSchema_Base
- $val mixed
boolean InstallSchema_Base::getIsUpgrade()
- Visibility: public
- This method is defined by InstallSchema_Base
mixed InstallSchema_Base::setVersion($value)
- Visibility: public
- This method is defined by InstallSchema_Base
- $value mixed
null InstallSchema_Base::getVersion()
- Visibility: public
- This method is defined by InstallSchema_Base
mixed InstallSchema_Base::setSchemaSQLFilename($file_name)
- Visibility: public
- This method is defined by InstallSchema_Base
- $file_name mixed
null InstallSchema_Base::getSchemaSQLFilename()
- Visibility: public
- This method is defined by InstallSchema_Base
string InstallSchema_Base::getSchemaGroup()
- Visibility: public
- This method is defined by InstallSchema_Base
boolean InstallSchema_Base::checkTableExists($table_name)
- Visibility: public
- This method is defined by InstallSchema_Base
- $table_name mixed
boolean|string InstallSchema_Base::getSchemaSQLFileData()
- Visibility: public
- This method is defined by InstallSchema_Base
string InstallSchema_Base::removeSchemaSQLFileComments($sql)
- Visibility: public
- This method is defined by InstallSchema_Base
- $sql mixed
mixed InstallSchema_Base::replaceSQLVariables($sql)
- Visibility: public
- This method is defined by InstallSchema_Base
- $sql mixed
boolean InstallSchema_Base::_InstallSchema()
- Visibility: private
- This method is defined by InstallSchema_Base
boolean InstallSchema_Base::_postPostInstall()
- Visibility: private
- This method is defined by InstallSchema_Base
boolean InstallSchema_Base::InstallSchema()
- Visibility: public
- This method is defined by InstallSchema_Base