Advertisement
Sdelkadrom

Untitled

Apr 20th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. public function attributeLabels()
  2. {
  3. return array(
  4. 'id' => 'ID',
  5. 'model_name' => tt('Model Name', 'seo'),
  6. 'model_id' => tt('Model Id', 'seo'),
  7. 'direct_url' => tt('Direct url', 'seo'),
  8. 'body_text' => tt('Body text', 'seo'),
  9. 'title' => tt('Title', 'seo'),
  10. 'description' => tt('Description', 'seo'),
  11. 'url' => tt('URL', 'seo'),
  12. 'keywords' => tt('Keywords', 'seo'),
  13.  
  14. );
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement