Craft\EmbeddedAssetsModel::defineAttributes PHP Method

defineAttributes() protected method

protected defineAttributes ( )
    protected function defineAttributes()
    {
        return array_merge(parent::defineAttributes(), array('type' => AttributeType::String, 'url' => AttributeType::String, 'requestUrl' => AttributeType::String, 'title' => AttributeType::String, 'description' => AttributeType::String, 'authorName' => AttributeType::String, 'authorUrl' => AttributeType::String, 'providerName' => AttributeType::String, 'providerUrl' => AttributeType::String, 'cacheAge' => AttributeType::String, 'thumbnailUrl' => AttributeType::String, 'thumbnailWidth' => AttributeType::Number, 'thumbnailHeight' => AttributeType::Number, 'html' => AttributeType::String, 'safeHtml' => AttributeType::String, 'width' => AttributeType::Number, 'height' => AttributeType::Number));
    }