<?php

class StranasNewPeriodeTriwulan extends \Phalcon\Mvc\Model
{

    /**
     * Initialize method for model.
     */
    public function initialize() {
        $this->setSchema("jaga");
        $this->setSource("str_periode_triwulan");
    }

    public function toArraySimple(){
        return parent::toArray(['label']);
    }

}
