You are here

public function PhotosImageFile::__construct in Album Photos 6.0.x

Constructs a PhotosImageFile object.

Parameters

int $fid: File ID {file_managed}.fid.

File

src/PhotosImageFile.php, line 28

Class

PhotosImageFile
Create images object.

Namespace

Drupal\photos

Code

public function __construct($fid) {
  $this->fid = $fid;
}