InstallModule::init PHP Méthode

init() public méthode

public init ( )
    public function init()
    {
        // import the module-level models and components
        $this->setImport(array('install.models.*', 'install.components.*'));
    }