Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 585 | Rev 4283 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 585 Rev 630
Línea 25... Línea 25...
25
use Laminas\Db\Sql\Select;
25
use Laminas\Db\Sql\Select;
26
use LeadersLinked\Library\SelfEvaluationPDF;
26
use LeadersLinked\Library\SelfEvaluationPDF;
27
use LeadersLinked\Mapper\CompanySelfEvaluationFormUserMapper;
27
use LeadersLinked\Mapper\CompanySelfEvaluationFormUserMapper;
28
use LeadersLinked\Form\SelfEvaluation\SelfEvaluationTestForm;
28
use LeadersLinked\Form\SelfEvaluation\SelfEvaluationTestForm;
29
use LeadersLinked\Library\Functions;
29
use LeadersLinked\Library\Functions;
-
 
30
use LeadersLinked\Mapper\UserMapper;
Línea 30... Línea 31...
30
 
31
 
Línea 31... Línea 32...
31
class SelfEvaluationController extends AbstractActionController {
32
class SelfEvaluationController extends AbstractActionController {
32
 
33
 
Línea 396... Línea 397...
396
        ]);
397
        ]);
397
    }
398
    }
Línea 398... Línea 399...
398
 
399
 
399
    /**
400
    /**
400
     * Render Pdf document
401
     * Render Pdf document
401
     * @param type $companySelfEvaluationForm
402
     * @param CompanySelfEvaluationForm $companySelfEvaluationForm
402
     * @param type $companySelfEvaluationTest
403
     * @param CompanySelfEvaluationTest $companySelfEvaluationTest
403
     * @param type $userMapper
404
     * @param UserMapper $userMapper
404
     * @return type
405
     * @return mixed
405
     */
406
     */
Línea 406... Línea 407...
406
    public function renderPDF($companySelfEvaluationForm, $companySelfEvaluationTest, $userMapper) {
407
    public function renderPDF($companySelfEvaluationForm, $companySelfEvaluationTest, $userMapper) {
407
 
408
 
Línea 489... Línea 490...
489
        return $pdf->Output();
490
        return $pdf->Output();
490
    }
491
    }
Línea 491... Línea 492...
491
 
492
 
492
    /**
493
    /**
493
     * get total ptos Answer
494
     * get total ptos Answer
494
     * @param type $question
495
     * @param array $question
495
     * @return type
496
     * @return int
496
     */
497
     */
Línea 497... Línea 498...
497
    public function getPtosAnswer($question) {
498
    public function getPtosAnswer($question) {