100], [['serial'], 'string', 'max' => 50], [['ip_address'], 'string', 'max' => 20], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'name' => 'Name', 'serial' => 'Serial', 'ip_address' => 'Ip Address', 'status' => 'Status', 'type' => 'Type', 'area_id' => 'Area ID', 'created_at' => 'Created At', 'modified_at' => 'Modified At', ]; } }