Created
June 9, 2015 19:47
-
-
Save makamo/b0c6f4e399a326fdcfd5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/src/Controller/PaiesController.php (line 87) | |
[ | |
'paie_heures' => [ | |
(int) 0 => [ | |
'date' => '2014-07-05', | |
'equipement_id' => (int) 43, | |
'qte ' => '4.5', | |
'type ' => (int) 0, | |
'fonction_id' => (int) 1, | |
'task_id' => (int) 1 | |
] | |
] | |
] | |
/src/Controller/PaiesController.php (line 88) | |
object(App\Model\Entity\Paie) { | |
'id' => (int) 460, | |
'employee_id' => (int) 17, | |
'week' => (int) 27, | |
'year' => (int) 2014, | |
'created' => object(Cake\I18n\Time) { | |
'time' => '2015-06-09T15:24:53-0400', | |
'timezone' => 'America/Montreal', | |
'fixedNowTime' => false | |
}, | |
'generated' => false, | |
'[new]' => false, | |
'[accessible]' => [ | |
'*' => true | |
], | |
'[dirty]' => [], | |
'[original]' => [], | |
'[virtual]' => [], | |
'[errors]' => [], | |
'[repository]' => 'Paies' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment