Craft\Retour_RedirectsFieldModel::defineAttributes PHP Méthode

defineAttributes() protected méthode

Defines this model's attributes.
protected defineAttributes ( ) : array
Résultat array
    protected function defineAttributes()
    {
        return array_merge(parent::defineAttributes(), array('redirectChangeable' => array(AttributeType::Bool, 'default' => 1)));
    }
Retour_RedirectsFieldModel