Exemplo n.º 1
0
    /**

     * Get disabled code

     *

     * return array Return array with disabled code found, array empty otherwise

     */

    public function getDisabledCode()

    {

        try {

            $this->initPropel(true);



            G::LoadClass("processes");



            $process = new Processes();



            //Return

            return $process->getDisabledCode();

        } catch (Exception $e) {

            throw $e;

        }

    }