Esempio n. 1
0
 /**
  * Get all the category custom fields
  *
  * @return \rsanchez\Deep\Collection\FieldCollection
  */
 public function getFields()
 {
     return self::$categoryFieldRepository->getFields();
 }
 public function testNotHasFieldId()
 {
     $input = $this->repository->hasFieldId(99999);
     $this->assertFalse($input);
 }