255], [['img'], 'safe'], [['type'], 'string', 'max' => 15], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'name' => 'ID датчика', 'description' => 'Описание', 'x' => 'X', 'y' => 'Y', 'company_id' => 'Company ID', 'type' => 'Type', ]; } }