-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare version 4.3.0; composer update
- Loading branch information
Showing
74 changed files
with
315 additions
and
308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* into {@see WeakReference}. | ||
* | ||
* @author Brad Anderson <[email protected]> | ||
* @since 4.2.3 | ||
* @since 4.3.0 | ||
*/ | ||
interface ICollectionFilter | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* that provide priority collections. | ||
* | ||
* @author Brad Anderson <[email protected]> | ||
* @since 4.2.3 | ||
* @since 4.3.0 | ||
*/ | ||
interface IPriorityCollection | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* and {@see \Prado\Collections\TWeakList} for providing weak collections. | ||
* | ||
* @author Brad Anderson <[email protected]> | ||
* @since 4.2.3 | ||
* @since 4.3.0 | ||
*/ | ||
interface IWeakCollection | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* {@see \Prado\Collections\TWeakCallableCollection}, and {@see \Prado\TEventHandler} | ||
* | ||
* @author Brad Anderson <[email protected]> | ||
* @since 4.2.3 | ||
* @since 4.3.0 | ||
*/ | ||
interface IWeakRetainable | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ | |
* ``` | ||
* | ||
* @author Brad Anderson <[email protected]> | ||
* @since 4.2.3 | ||
* @since 4.3.0 | ||
* @todo TComponent is too complex, TBaseObject for getters/setters. | ||
*/ | ||
class TArraySubscription | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
* reference. | ||
* | ||
* @author Brad Anderson <[email protected]> | ||
* @since 4.2.3 | ||
* @since 4.3.0 | ||
*/ | ||
class TCollectionSubscription extends TArraySubscription | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ | |
* ``` | ||
* | ||
* @author Brad Anderson <[email protected]> | ||
* @since 4.2.3 | ||
* @since 4.3.0 | ||
*/ | ||
trait TPriorityCollectionTrait | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
* The priority is implement with a float. | ||
* | ||
* @author Brad Anderson <[email protected]> | ||
* @since 4.2.3 | ||
* @since 4.3.0 | ||
*/ | ||
trait TPriorityPropertyTrait | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
* {@see weakCount} and the count of each object with {@see weakObjectCount}. | ||
* | ||
* @author Brad Anderson <[email protected]> | ||
* @since 4.2.3 | ||
* @since 4.3.0 | ||
* @see https://www.php.net/manual/en/class.weakmap.php | ||
*/ | ||
trait TWeakCollectionTrait | ||
|
Oops, something went wrong.