Phastlight\Module\NET\Socket::setType PHP 메소드

setType() 공개 메소드

whether this socket should close or not
public setType ( $type )
    public function setType($type)
    {
        $this->type = $type;
    }