Fragen\GitHub_Updater\Readme_Parser::__construct PHP Метод

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

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);
        }
    }