Phastlight\Module\NET\Socket::setType PHP Method

setType() public method

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