Example #1
0
 /**
  * Initialize arguments.
  *
  * @return void
  * @api
  */
 public function initializeArguments()
 {
     parent::initializeArguments();
     $this->overrideArgument('table', 'string', 'The table to lookup records.', FALSE, self::defaultTable);
     $this->overrideArgument('field', 'string', 'The field of the table associated to resources.', FALSE, self::defaultField);
 }
Example #2
0
 /**
  * Initialize arguments.
  *
  * @return void
  * @api
  */
 public function initializeArguments()
 {
     parent::initializeArguments();
     $this->overrideArgument('table', 'string', 'The table to lookup records.', false, self::DEFAULT_TABLE);
     $this->overrideArgument('field', 'string', 'The field of the table associated to resources.', false, self::DEFAULT_FIELD);
 }