WordPress\AiClient\Files\DTO
File::getMimeTypeObject
Gets the MIME type object.
Метод класса: File{}
Хуков нет.
Возвращает
MimeType. The MIME type object.
Использование
$File = new File(); $File->getMimeTypeObject(): MimeType;
Список изменений
| С версии 0.1.0 | Введена. |
Код File::getMimeTypeObject() File::getMimeTypeObject WP 7.0
public function getMimeTypeObject(): MimeType
{
return $this->mimeType;
}