Symfony\Installer\AboutCommand::__construct PHP Метод

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

Constructor.
public __construct ( string $appVersion )
$appVersion string The current version of the Symfony installer
    public function __construct($appVersion)
    {
        parent::__construct();
        $this->appVersion = $appVersion;
    }