255], [['code'], 'string', 'max' => 4], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'phone' => 'Phone', 'ip' => 'Ip', 'ua' => 'Ua', 'tm' => 'Tm', 'code' => 'Code', 'status' => 'Status', ]; } }