Neos\Flow\Core\Migrations\Manager::setPackagesPath PHP Метод

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

The level directly inside is expected to consist of package "categories" (Framework, Application, Plugins, ...).
public setPackagesPath ( string $packagesPath ) : void
$packagesPath string
Результат void
    public function setPackagesPath($packagesPath)
    {
        $this->packagesPath = $packagesPath;
    }