[ol7_developer_EPEL] php-nette-component-model-2.2.5-1.el7.noarch

Name:php-nette-component-model
Version:2.2.5
Release:1.el7
Architecture:noarch
Group:Development/Libraries
Size:24937
License:BSD or GPLv2 or GPLv3
RPM: php-nette-component-model-2.2.5-1.el7.noarch.rpm
Source RPM: php-nette-component-model-2.2.5-1.el7.src.rpm
Build Date:Sat Dec 02 2017
Build Host:x86-ol6-builder-01.us.oracle.com
Vendor:Oracle America
URL:https://github.com/nette/component-model
Summary:Nette Component Model
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';

Filelist (Show Changelog) (Show related packages)