Preview: ContentPart.php
Size: 167 B
/home/getspomw/itechservicellc.com/vendor/dompdf/dompdf/src/Css/Content/ContentPart.php
<?php
namespace Dompdf\Css\Content;
abstract class ContentPart
{
public function equals(self $other): bool
{
return $other instanceof static;
}
}
Directory Contents
Dirs: 0 × Files: 10