creocoder\translateable\TranslateableBehavior::init PHP Method

init() public method

public init ( )
    public function init()
    {
        if ($this->translationAttributes === null) {
            throw new InvalidConfigException('The "translationAttributes" property must be set.');
        }
    }