Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
php-svg-lib
/
src
/
dompdf
/
src
/
Css
/
Content
:
ContentPart.php
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
<?php namespace Dompdf\Css\Content; abstract class ContentPart { public function equals(self $other): bool { return $other instanceof static; } }