Craft\Retour_RedirectsRecord::defineRelations PHP Method

defineRelations() public method

public defineRelations ( ) : array
return array
    public function defineRelations()
    {
        return array('locale' => array(static::BELONGS_TO, 'LocaleRecord', 'locale', 'required' => true, 'onDelete' => static::CASCADE, 'onUpdate' => static::CASCADE), 'associatedElement' => array(static::BELONGS_TO, 'ElementRecord', 'required' => true, 'onDelete' => static::CASCADE));
    }