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

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

- Page: https://pluginprobe.com/plugins/templately/3.6.5/code/includes/Core/Platform.php
- Raw: https://pluginprobe.com/plugins/templately/3.6.5/raw/includes/Core/Platform.php
- Modified: 2026-05-25T11:41:38+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/3.6.5/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, $settings = [] );
}
```
