eZ\Publish\Core\FieldType\Image\Value::getFileSize PHP Method

getFileSize() public method

Returns the image file size in byte.
public getFileSize ( ) : integer
return integer
    public function getFileSize()
    {
        return $this->fileSize;
    }