ZF\Apigility\Admin\Controller\PackageController::__construct PHP Метод

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

public __construct ( null | string $zfdeployPath = null )
$zfdeployPath null | string Path to use to zfdeploy.php.
    public function __construct($zfdeployPath = null)
    {
        if (!empty($zfdeployPath) && is_string($zfdeployPath)) {
            $this->zfdeployPath = $zfdeployPath;
        }
    }