Phalcon\Logger\Adapter\Udplogger::begin PHP 메소드

begin() 공개 메소드

public begin ( )
    public function begin()
    {
        $this->commit();
        $this->isTransaction = true;
    }