- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
public function isSpecial()
{
$special_ids = array(
2222,
3028,
3333,
5555,
5702,
6666,
6700,
7654,
7777,
8451,
11225
);
return in_array((int)$this->getId(), $special_ids);
//return $this->getId() == 2222 || $this->getId() == 3028 || $this->getId() == 3333 || $this->getId() == 5555 || $this->getId() == 5702;
}
3oJIoTou_xyu 26.03.2018 13:46 # +5
fuckercoder 27.03.2018 05:20 # 0
bormand 26.03.2018 17:44 # 0
1024-- 26.03.2018 18:11 # 0
fuckercoder 27.03.2018 05:21 # 0
Fike 27.03.2018 10:29 # 0
3anag 07.09.2023 21:41 # 0