Controller_Addon::installDatabase PHP Метод

installDatabase() публичный Метод

public installDatabase ( )
    public function installDatabase()
    {
        // TODO: If add-on comes with some database requirement, then this
        // method should execute the migrations which will install and/or
        // upgrade the database.
    }