# templately/2.2.2/includes/Core/Platform.php

Templately – Elementor &amp; Gutenberg Template Library: 6500+ Free &amp; Pro Ready Templates And Cloud!, version 2.2.2. 16 lines.

- Page: https://pluginprobe.com/plugins/templately/2.2.2/code/includes/Core/Platform.php
- Raw: https://pluginprobe.com/plugins/templately/2.2.2/raw/includes/Core/Platform.php
- Modified: 2022-10-03T09:36:30+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/templately/2.2.2/code/includes/Core/Platform.php#L10-L20`.

```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 );
}
```
