Example #1
0
 /**
  * Add attributeFields
  *
  * @param \SSone\CMSBundle\Entity\Field $attributeField
  * @return ContentType
  */
 public function addAttributeField(\SSone\CMSBundle\Entity\Field $attributeField)
 {
     $attributeField->setContentTypeByAttribute($this);
     $this->attributeFields[] = $attributeField;
     return $this;
 }