Constructor.
Description
See also
Parameters
- $manager
-
(awsmug\Torro_Forms\DB_Objects\Form_Categories\Manager) (Required) The manager instance.
Source
File: src/db-objects/form-categories/cli-form-categories-command.php
public function __construct( $manager ) { parent::__construct( $manager ); $this->obj_fields = array( 'id', 'title', 'slug', 'description', 'parent', 'count' ); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |