PHP Class Polyglot\PolyglotObserver

Datei anzeigen Open project: anahkiasen/polyglot

Public Methods

Method Description
saving ( Polyglot $model ) : boolean | null Save separately the model attributes and polyglot ones

Protected Methods

Method Description
extractTranslatedAttributes ( Polyglot &$model ) : array

Method Details

extractTranslatedAttributes() protected method

protected extractTranslatedAttributes ( Polyglot &$model ) : array
$model Polyglot
return array

saving() public method

Save separately the model attributes and polyglot ones
public saving ( Polyglot $model ) : boolean | null
$model Polyglot
return boolean | null