Path

ez components / documentation / api reference / 1.1 / consoletools


eZ Components 1.1

ConsoleTools: ezcTranslationTsBackendOptions

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcTranslationTsBackendOptions

Struct class to store the options of the ezcTranslationTsBackend class. [source]
This class stores the options for the ezcTranslationTsBackend class.

Parents

ezcBaseOptions
   |
   --ezcTranslationTsBackendOptions

Member Variables

protected string $format = '[LOCALE].xml'
Format for the translation file's name
protected string $location = ""
Path to the directory that contains all TS .xml files

Method Summary

public void __set( $propertyName, $val )
Property write access.

Inherited Methods

From ezcBaseOptions :
public void ezcBaseOptions::__construct()
Construct a new options object.
public void ezcBaseOptions::merge()
Merge an array into the actual options object.
public bool ezcBaseOptions::offsetExists()
Returns if an option exists.
public mixed ezcBaseOptions::offsetGet()
Returns an option value.
public void ezcBaseOptions::offsetSet()
Set an option.
public void ezcBaseOptions::offsetUnset()
Unset an option.
public mixed ezcBaseOptions::__get()
Property get access.
public abstract void ezcBaseOptions::__set()

Methods

__set

void __set( string $propertyName, mixed $val )
Property write access.

Parameters

Name Type Description
$propertyName string Name of the property.
$val mixed The value for the property.

Throws

ClassDescription
ezcBasePropertyNotFoundException If a desired property could not be found.
ezcBaseSettingValueException If a desired property value is out of range.

Redefinition of

Method Description
ezcBaseOptions::__set()  

Last updated: Wed, 28 Nov 2007