Property_Controller
in package
Property_Controller
Tags
Table of Contents
Methods
- getLargeFileName() : string
- Get property large image file name
- getSmallFileName() : string
- Get property small image file name
Methods
getLargeFileName()
Get property large image file name
public
static getLargeFileName(Core_Entity $oEntity, Property_Value_File_Model $oProperty_Value, string $originalFileName) : string
Parameters
- $oEntity : Core_Entity
-
entity
- $oProperty_Value : Property_Value_File_Model
-
entity of property_value
- $originalFileName : string
-
original file name
Return values
stringgetSmallFileName()
Get property small image file name
public
static getSmallFileName(Core_Entity $oEntity, Property_Value_File_Model $oProperty_Value, string $originalFileName) : string
Parameters
- $oEntity : Core_Entity
- $oProperty_Value : Property_Value_File_Model
-
entity of property_value
- $originalFileName : string
-
original file name