Lines Matching defs:channel
42 protected $channel = Token::DEFAULT_CHANNEL;
95 ?int $channel = null,
109 $this->channel = $channel ?? Token::DEFAULT_CHANNEL;
145 $token = new self($this->type, $this->source, $this->channel, $this->start, $this->stop);
223 return $this->channel;
226 public function setChannel(int $channel) : void
228 $this->channel = $channel;
297 $this->channel > 0 ? ',channel=' . $this->channel : '',