<?php namespace ElementorPro\Core; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * This class is responsible for the interaction with PHP Core API. * The main benefit is making it easy to mock in testing. */ class PHP_Api { /** * @param $from * @param $to * * @return bool */ public function move_uploaded_file( $from, $to ) { return @ move_uploaded_file( $from, $to ); } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
admin | Folder | 0755 |
|
|
app | Folder | 0755 |
|
|
behaviors | Folder | 0755 |
|
|
compatibility | Folder | 0755 |
|
|
connect | Folder | 0755 |
|
|
container | Folder | 0755 |
|
|
data | Folder | 0755 |
|
|
database | Folder | 0755 |
|
|
editor | Folder | 0755 |
|
|
integrations | Folder | 0755 |
|
|
isolation | Folder | 0755 |
|
|
notifications | Folder | 0755 |
|
|
preview | Folder | 0755 |
|
|
upgrade | Folder | 0755 |
|
|
utils | Folder | 0755 |
|
|
modules-manager.php | File | 2.32 KB | 0644 |
|
php-api.php | File | 424 B | 0644 |
|
utils.php | File | 13.46 KB | 0644 |
|