Platformsh\Cli\Util\PropertyFormatter::__construct PHP Method

__construct() public method

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