class DocumentEvent extends CachedFileEvent

Class DocumentEvent

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

getFileUrl()

No description

setFileUrl($file_url)

No description

getCacheFilepath()

No description

setCacheFilepath($cache_filepath)

No description

getSourceFilepath()

No description

setSourceFilepath($source_filepath)

No description

getCacheSubdirectory()

No description

setCacheSubdirectory($cache_subdirectory)

No description

string
getDocumentPath()

Get Document path

$this
setDocumentPath( string $documentPath)

Set Document path

string
getDocumentUrl()

Get Document URL

$this
setDocumentUrl( string $documentUrl)

Set Document URL

Details

in ActionEvent at line 30
__set($name, $value)

Parameters

$name
$value

in ActionEvent at line 35
__get($name)

Parameters

$name

in ActionEvent at line 44
bindForm( Form $form)

Parameters

Form $form

in CachedFileEvent at line 36
getFileUrl()

in CachedFileEvent at line 41
setFileUrl($file_url)

Parameters

$file_url

in CachedFileEvent at line 48
getCacheFilepath()

in CachedFileEvent at line 53
setCacheFilepath($cache_filepath)

Parameters

$cache_filepath

in CachedFileEvent at line 60
getSourceFilepath()

in CachedFileEvent at line 65
setSourceFilepath($source_filepath)

Parameters

$source_filepath

in CachedFileEvent at line 72
getCacheSubdirectory()

in CachedFileEvent at line 77
setCacheSubdirectory($cache_subdirectory)

Parameters

$cache_subdirectory

at line 32
string getDocumentPath()

Get Document path

Return Value

string The document file path

at line 44
$this setDocumentPath( string $documentPath)

Set Document path

Parameters

string $documentPath the document file path

Return Value

$this

at line 56
string getDocumentUrl()

Get Document URL

Return Value

string The document URL

at line 68
$this setDocumentUrl( string $documentUrl)

Set Document URL

Parameters

string $documentUrl the document URL

Return Value

$this