Fragen\GitHub_Updater\Readme_Parser::__construct PHP Method

__construct() public method

Constructor.
public __construct ( string $file_contents )
$file_contents string Contents of file.
    public function __construct($file_contents)
    {
        if ($file_contents) {
            $this->parse_readme($file_contents);
        }
    }