[TYPO3-mvc] more than one repository in one controller without output of data

Sebastian Schreiber me at schreibersebastian.de
Sat Jun 18 13:15:01 CEST 2016


Hi there, in your getter method you are not returning the date. Simple as that.

Sebastian Schreiber

> Am 18.06.2016 um 13:01 schrieb Alex Tuveri <at at uniud.it>:
> 
> Dear Frank,
> this is the output of Classes/Domain/Model/Holiday.php:
> 
>   /**
>    * holidaydate
>    *
>    * @var  integer
>    */
>   protected $holidaydate = '0';
> 
> 
>   /**
>    *     * @param integer $holidaydate
>    * @return integer  $holidaydate
>    */
>   public function getHolidaydate()
>   {
>       $this->holidaydate = $holidaydate;
>   }
>         /**
>    * Sets the holidaydate
>    *
>    * @param integer $holidaydate
>    * @return void     */
>   public function setHolidaydate($holidaydate)
>   {
>    $this->holidaydate = $holidaydate;
>   }
> 
> 
> i tried to modify from string to integer without results.
> 
> 
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc


More information about the TYPO3-project-typo3v4mvc mailing list