H A D | VlvControl.php | 46 protected $before; variable in FreeDSx\\Ldap\\Control\\Vlv\\VlvControl 54 * @param int $before 61 …public function __construct(int $before, int $after, ?int $offset = null, ?int $count = null, Grea… argument 63 $this->before = $before; 96 return $this->before; 100 * @param int $before 103 public function setBefore(int $before) argument 105 $this->before = $before; 168 Asn1::integer($this->before),
|