type; } public function getData() { return $this->data; } public function setType($type) { $this->type = $type; } public function setData($data) { $this->data = $data; } public function getObjectName() { return $this->objectName; } public function getAttrName() { return $this->attrName; } public function setObjectName($objectName) { $this->objectName = $objectName; } public function setAttrName($attrName) { $this->attrName = $attrName; } public function jsonSerialize() { return [ 'type' => $this->type, 'data' => $this->data, 'objectName' => $this->objectName, 'attrName' => $this->attrName, ]; } } WebSVN - freenet-router - Blame - Rev 2 - /trunk/freenet-router/var/www/freenet-router/Framework/Libraries/UI/Model/Change.php
  jablonka.czprosek.czf

freenet-router

Subversion Repositories:
[/] [trunk/] [freenet-router/] [var/] [www/] [freenet-router/] [Framework/] [Libraries/] [UI/] [Model/] [Change.php] - Blame information for rev 2

 

Line No. Rev Author Line

Powered by WebSVN 2.2.1