Platformsh\Cli\Util\PropertyFormatter::__construct PHP Метод

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

public __construct ( Symfony\Component\Console\Input\InputInterface $input = null )
$input Symfony\Component\Console\Input\InputInterface
    public function __construct(InputInterface $input = null)
    {
        $this->input = $input;
    }