From 151a6f7702ed8f053389e3e886df79033f243136 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 15 Oct 2014 06:00:56 +0200 Subject: [PATCH] move areound for anonical redirects in mdref --- propro.md | 9 +++++---- {php => propro/php}/PropertyProxy.md | 0 {php => propro/php}/PropertyProxy/__construct.md | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) rename {php => propro/php}/PropertyProxy.md (100%) rename {php => propro/php}/PropertyProxy/__construct.md (95%) diff --git a/propro.md b/propro.md index 48b78d4..45f5799 100644 --- a/propro.md +++ b/propro.md @@ -4,10 +4,6 @@ The "Property Proxy" extension provides a fairly transparent proxy for internal object properties hidden in custom non-zval implementations. -> ***NOTE:*** - This extension mostly only provides infrastructure for other extensions. - See the [API docs here](http://php.github.io/pecl-php-propro/). - See the php\PropertyProxy class, for the user-land visible part of the implementation. ## Installation: @@ -16,3 +12,8 @@ This extension is hosted at [PECL](http://pecl.php.net) and can be installed wit # pecl install propro +## Internals: + +> ***NOTE:*** + This extension mostly only provides infrastructure for other extensions. + See the [API docs here](http://php.github.io/pecl-php-propro/). diff --git a/php/PropertyProxy.md b/propro/php/PropertyProxy.md similarity index 100% rename from php/PropertyProxy.md rename to propro/php/PropertyProxy.md diff --git a/php/PropertyProxy/__construct.md b/propro/php/PropertyProxy/__construct.md similarity index 95% rename from php/PropertyProxy/__construct.md rename to propro/php/PropertyProxy/__construct.md index 747e8c1..1a012aa 100644 --- a/php/PropertyProxy/__construct.md +++ b/propro/php/PropertyProxy/__construct.md @@ -4,11 +4,11 @@ Create a new property proxy for the property $member of $object. ## Params: -* mixed reference &$object +* mixed reference &$object The storage from which to reference the property. -* string $member +* string $member The name of the property to reference. -* php\PropertyProxy $parent = NULL +* php\PropertyProxy $parent = NULL Any parent property proxy. ## Example: -- 2.30.2