Phastlight\Module\NET\Socket::setType PHP Méthode

setType() public méthode

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