File manager - Edit - /var/www/payraty/helpdesk/vendor/muxinc/mux-php/MuxPhp/Models/ModelInterface.php
Back
<?php /** * ModelInterface * * PHP version 7.2 * * @category Class * @package MuxPhp\Models * @author Mux API team * @link https://docs.mux.com */ /** * Mux API * * Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before. * * The version of the OpenAPI document: v1 * Contact: devex@mux.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.0.1 */ /** * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ namespace MuxPhp\Models; /** * Interface abstracting model access. * * @package MuxPhp\Models * @author Mux API team */ interface ModelInterface { /** * The original name of the model. * * @return string */ public function getModelName(); /** * Array of property to type mappings. Used for (de)serialization * * @return array */ public static function openAPITypes(); /** * Array of property to format mappings. Used for (de)serialization * * @return array */ public static function openAPIFormats(); /** * Array of attributes where the key is the local name, and the value is the original name * * @return array */ public static function attributeMap(); /** * Array of attributes to setter functions (for deserialization of responses) * * @return array */ public static function setters(); /** * Array of attributes to getter functions (for serialization of requests) * * @return array */ public static function getters(); /** * Show all the invalid properties with reasons. * * @return array */ public function listInvalidProperties(); /** * Validate all the properties in the model * return true if all passed * * @return bool */ public function valid(); }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings