????

Your IP : 13.59.19.57


Current Path : /home/webcloude/public_html/wp-content/plugins/templately/includes/Core/
Upload File :
Current File : /home/webcloude/public_html/wp-content/plugins/templately/includes/Core/Platform.php

<?php
namespace Templately\Core;

use Templately\Utils\Base;

abstract class Platform extends Base {
    // protected $module;

//    public function __construct() {
//        // $this->module = Module::get_instance();
//    }

    // abstract public function get_saved_templates( $params = [] );
    // abstract public function delete( $params = [] );
    abstract public function create_page( $id, $title, $importer = null );
}