KWeb  6.4
KWebAttribute_Image Class Reference

Podstawowa klasa do implementowania atrybutow. More...

Inheritance diagram for KWebAttribute_Image:
KWebAttribute_File KWebAttribute KWebAttribute_Interface KWebAttribute_Media

Public Member Functions

 __construct ($id, $title, $opt=array())
 getType ()
 Zwraca nazwÄ™ typu .
 getFileSizeLimit ()
 getUploadPath ()
 getFileAcceptExt ()
 getFileUploadObject ()
 canMirrorFile ()
 getImageInfo (KWebObject_Attributable $object)
 Returns image information, without creating previews.

Data Fields

 $dimensions = null
 Dozwolone rozmiary grafik jako array(minW, minH, maxW, maxH)

Detailed Description

Podstawowa klasa do implementowania atrybutow.


Constructor & Destructor Documentation

KWebAttribute_Image::__construct ( id,
title,
opt = array() 
)

Reimplemented from KWebAttribute_File.

Reimplemented in KWebAttribute_Media.


Member Function Documentation

KWebAttribute_Image::canMirrorFile ( )

Reimplemented from KWebAttribute_File.

Reimplemented in KWebAttribute_Media.

KWebAttribute_Image::getFileAcceptExt ( )

Reimplemented from KWebAttribute_File.

Reimplemented in KWebAttribute_Media.

KWebAttribute_Image::getFileSizeLimit ( )

Reimplemented from KWebAttribute_File.

Reimplemented in KWebAttribute_Media.

KWebAttribute_Image::getFileUploadObject ( )
Returns:
KFileUpload

Reimplemented from KWebAttribute_File.

KWebAttribute_Image::getImageInfo ( KWebObject_Attributable object)

Returns image information, without creating previews.

Returns:
ImgPreviewResult
KWebAttribute_Image::getType ( )

Zwraca nazwÄ™ typu .

Reimplemented from KWebAttribute_File.

Reimplemented in KWebAttribute_Media.

KWebAttribute_Image::getUploadPath ( )

Reimplemented from KWebAttribute_File.

Reimplemented in KWebAttribute_Media.


Field Documentation

KWebAttribute_Image::$dimensions = null

Dozwolone rozmiary grafik jako array(minW, minH, maxW, maxH)


The documentation for this class was generated from the following file: