Spatie\Certificate\Certificate::__construct PHP Method

__construct() public method

public __construct ( $contents )
    public function __construct($contents)
    {
        $this->guardAgainstInvalidContents($contents);
        $this->contents = $contents;
    }