https://bugzilla.redhat.com/show_bug.cgi?id=1277395
Bug ID: 1277395
Summary: Review Request: php-nette-component-model - Nette
Component Model
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Spec URL:
https://raw.githubusercontent.com/remicollet/remirepo/1ba8f1e908fe284aa44e5c5623684ec53ce029d4/php/nette/php-nette-component-model/php-nette-component-model.spec
SRPM URL:
http://rpms.famillecollet.com/SRPMS/php-nette-component-model-2.2.4-2.remi.src.rpm
Description:
Components are the foundation of reusable code. They make your work easier
and allow you to profit from community work. Components are wonderful.
Nette Framework introduces several classes and interfaces for all these
types of components.
Object inheritance allows us to have a hierarchic structure of classes like
in real world. We can create new classes by extending. These extended classes
are descendants of the original class and inherit its parameters and methods.
Extended class can add its own parameters and methods to the inherited ones.
To use this library, you just have to add, in your project:
require_once '/usr/share/php/Nette/ComponentModel/autoload.php';
Fedora Account System Username: remi
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review