Mvc\Model\Row::offsetUnset
  • References/PHP/Phalcon/Mvc/Model/Row

public offsetUnset (string | int $offset) Rows cannot be changed. It has only been implemented to meet the

2025-01-10 15:47:30
Mvc\Model\Row::setDirtyState
  • References/PHP/Phalcon/Mvc/Model/Row

public setDirtyState (mixed $dirtyState) Set the current object’s state

2025-01-10 15:47:30
Mvc\Model\Row
  • References/PHP/Phalcon/Mvc/Model/Row

implements Phalcon\Mvc\EntityInterface,

2025-01-10 15:47:30
Mvc\Model\Row::toArray
  • References/PHP/Phalcon/Mvc/Model/Row

public array toArray () Returns the instance as an array representation

2025-01-10 15:47:30
Mvc\Model\Row::offsetGet
  • References/PHP/Phalcon/Mvc/Model/Row

public string | Phalcon\Mvc\ModelInterface

2025-01-10 15:47:30
Mvc\Model\Row::offsetSet
  • References/PHP/Phalcon/Mvc/Model/Row

public offsetSet (string | int $index,

2025-01-10 15:47:30
Mvc\Model\Row::writeAttribute
  • References/PHP/Phalcon/Mvc/Model/Row

public writeAttribute (string $attribute, mixed $value) Writes an attribute value by its name

2025-01-10 15:47:30
Mvc\Model\Row::offsetExists
  • References/PHP/Phalcon/Mvc/Model/Row

public boolean offsetExists (string | int $index) Checks whether offset exists in the row

2025-01-10 15:47:30
Mvc\Model\Row::jsonSerialize
  • References/PHP/Phalcon/Mvc/Model/Row

public array jsonSerialize () Serializes the object for json_encode

2025-01-10 15:47:30
Mvc\Model\Row::readAttribute
  • References/PHP/Phalcon/Mvc/Model/Row

public mixed readAttribute (string $attribute) Reads an attribute value by its name

2025-01-10 15:47:30