You are here

class ImageInfo in N1ED - Visual editor as CKEditor plugin with Bootstrap support 7

Hierarchy

Expanded class hierarchy of ImageInfo

1 file declares its use of ImageInfo
FMDiskFileSystem.php in vendor/edsdk/flmngr-server-php/src/fs/FMDiskFileSystem.php

File

vendor/edsdk/flmngr-server-php/src/model/ImageInfo.php, line 12

Namespace

EdSDK\FlmngrServer\model
View source
class ImageInfo {
  public $width;
  public $height;

}

Members