PHP Класс sfDoctrineRecord

Автор: Olivier Verdier ([email protected])
Наследование: extends Doctrine_Record
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_defaultCulture

Открытые методы

Метод Описание
__call ( string $method, array $arguments ) : mixed Provides getter and setter methods.
__toString ( ) : string Returns a string representation of the record.
construct ( ) Initializes internationalization.
getDateTimeObject ( string $dateFieldName ) : DateTime | null Get the Doctrine date value as a PHP DateTime object, null if the value is not set
getDefaultCulture ( ) : string Return the default culture
getPrimaryKey ( ) : mixed Returns the current record's primary key.
isNew ( ) : boolean Function require by symfony >= 1.2 admin generators.
listenToChangeCultureEvent ( sfEvent $event ) Listens to the user.change_culture event.
setDateTimeObject ( string $dateFieldName, DateTime $dateTimeObject = null ) : sfDoctrineRecord Set the Doctrine date value by passing a valid PHP DateTime object instance
setDefaultCulture ( string $culture ) Sets the default culture

Описание методов

__call() публичный Метод

Provides getter and setter methods.
public __call ( string $method, array $arguments ) : mixed
$method string The method name
$arguments array The method arguments
Результат mixed The returned value of the called method

__toString() публичный Метод

Returns a string representation of the record.
public __toString ( ) : string
Результат string A string representation of the record

construct() публичный Метод

Initializes internationalization.
См. также: Doctrine_Record
public construct ( )

getDateTimeObject() публичный Метод

Get the Doctrine date value as a PHP DateTime object, null if the value is not set
public getDateTimeObject ( string $dateFieldName ) : DateTime | null
$dateFieldName string The field name to get the DateTime object for
Результат DateTime | null $dateTime The instance of PHPs DateTime

getDefaultCulture() публичный статический Метод

Return the default culture
public static getDefaultCulture ( ) : string
Результат string the default culture

getPrimaryKey() публичный Метод

This a proxy method to {@link Doctrine_Record::identifier()} for compatibility with a Propel-style API.
public getPrimaryKey ( ) : mixed
Результат mixed The value of the current model's last identifier column

isNew() публичный Метод

Function require by symfony >= 1.2 admin generators.
public isNew ( ) : boolean
Результат boolean

listenToChangeCultureEvent() публичный статический Метод

Listens to the user.change_culture event.
public static listenToChangeCultureEvent ( sfEvent $event )
$event sfEvent

setDateTimeObject() публичный Метод

Set the Doctrine date value by passing a valid PHP DateTime object instance
public setDateTimeObject ( string $dateFieldName, DateTime $dateTimeObject = null ) : sfDoctrineRecord
$dateFieldName string The field name to set the date for
$dateTimeObject DateTime The DateTime instance to use to set the value
Результат sfDoctrineRecord

setDefaultCulture() публичный статический Метод

Sets the default culture
public static setDefaultCulture ( string $culture )
$culture string

Описание свойств

$_defaultCulture защищенное статическое свойство

protected static $_defaultCulture