Пример #1
0
 /**
  * Get the ":columnName" markers of the entity
  *
  * @return     string  The string markers (:columnName1, :columnName2, :columnName3, ...)
  */
 private function getEntityAttributesMarks() : string
 {
     return '(:' . implode(', :', array_keys($this->entity->getColumnsValue())) . ')';
 }