Craft\RelabelRecord::defineAttributes PHP 메소드

defineAttributes() 보호된 메소드

protected defineAttributes ( )
    protected function defineAttributes()
    {
        return array('name' => AttributeType::String, 'instructions' => AttributeType::String);
    }