Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. /***********************************************************************
  2. this is partial from: /var/www/vhosts/xx.ch/development/typo3conf/ext/template_xx/Classes/Domain/Model/News.php
  3. ***********************************************************************/
  4. /**
  5. * @var int
  6. */
  7. protected $txSogexpandnewsHoehe;
  8.  
  9.  
  10. /**
  11. * Get Hoehe
  12. *
  13. * @return int
  14. */
  15. public function getTxSogexpandnewsHoehe() {
  16. return $this->txSogexpandnewsHoehe;
  17. }
  18.  
  19. CREATE TABLE tx_news_domain_model_news (
  20. tx_sogexpandnews_favorit boolean
  21. tx_sogexpandnews_hoehe int
  22. );
  23.  
  24. var_dump($news->getTxSogexpandnewsHoehe());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement