Jump to content

Search the Community

Showing results for tags 'OOP'.

  • Search By Tags

    • oop ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 3 results

  1. Hi, One of the core files classes/stock/StockAvailable.php contains: class StockAvailableCore extends ObjectModel { public static function getQuantityAvailableByProduct($id_product = null, $id_product_attribute = null, $id_shop = null) { ... } ... } I want to call this...
  2. Hello. Developing the admin panel for the module I was meet one strange problem. All child class methods works, but one dosnt. There is a controller class AdminStoresController.php. It when the module is installed there are class AdminStoresController extends AdminStoresControllerCore and there ar...
  3. Здравствуйте. Разрабатываю админку для модуля и стала твориться одна странная вещь, с которой ранее мне еще не доводилось встречаться. Не переопределяется только один из многих метод дочернего класса, остальные работают. Есть класс контроллера AdminStoresController.php. Он при установке модуля овер...
×
×
  • Create New...