Skip to content

Instantly share code, notes, and snippets.

@fusco
Created April 9, 2012 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fusco/2343381 to your computer and use it in GitHub Desktop.
Save fusco/2343381 to your computer and use it in GitHub Desktop.
override
<?php
class Order extends OrderCore
{
public function getProductsDetail()
{
}
}
<?php
class PDF extends PDFCore
{
public function ProdTabHeader($delivery = false)
{
}
/**
* Product table with price, quantities...
*/
public function ProdTab($delivery = false)
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment