Backend\Core\Engine\Base\Cronjob::getId PHP 메소드

getId() 공개 메소드

Get the id
public getId ( ) : integer
리턴 integer
    public function getId()
    {
        return mb_strtolower($this->getModule() . '_' . $this->getAction());
    }