PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of magog   Has Parent   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Has Parent
Trait to assign on object as parent of another
Author: By
Last change: Update of composer.json
Date: 1 year ago
Size: 570 bytes
 

Contents

Class file image Download
{ "name": "seotils/has-parent", "description": "The trait allows set and get parent class of instance.", "license": "GPL-3.0", "keywords": ["traits", "parent class"], "homepage": "https://github.com/seotils/has-parent", "authors": [ { "name": "deMagog", "email": "seotils@gmail.com" } ], "minimum-stability": "dev", "require": { "php": ">=5.6.0", "seotils/deferred-exceptions": ">=0.2" }, "autoload": { "psr-0": { "Seotils": "src/" } } }