matacms/matacms-product

Products management for MATA CMS

1.0.0.1-alpha 2016-09-02 15:17 UTC

This package is not auto-updated.

Last update: 2024-05-11 14:08:01 UTC


README

MATA CMS Module

Product module allows to manage products in MATA CMS.

Installation

  • Add the application using composer:
"matacms/matacms-product": "~1.0.0"

Client

Product Client extends matacms\clients.

In addition, it exposes the following methods:

public function findByURI($uri) {}

Returns Product entity with specified URI.

public function findAll() {}

Returns all published Product entities using caching dependency

public function getFindAllQuery() {}

Returns all published Product entities without caching.

Changelog

1.0.0.1-alpha, September 2, 2016

  • Updated Product model

1.0.0-alpha, May 21, 2015

  • Initial release.