Skip to content
Translate Magento to Zephir
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
varien
.gitignore
README.md
config.json
varien.so

README.md

magento-to-zephir

Translate Magento to Zephir

Class Varien_Object

Path to file: /lib/Varien/Object.php

How use:

  1. Extend class
class Varien_Object extends Varien\Vobject implements ArrayAccess
{
....
}
  1. Comment out functions (optionally):
  • getData
  • _getData
You can’t perform that action at this time.