72 Commits

Author SHA1 Message Date
be4c9ae5b8 it added also to detachBehavior() 2016-01-20 10:44:14 +03:00
187e44d3ba Update phpDoc Component::getBehavior().
Added `@return null`
2016-01-20 10:37:48 +03:00
cd87d67f34 Global DOCS update: ~~~ replaced with ``` 2015-12-02 23:15:28 +02:00
f11bdfa2a7 Grammar fix: followings -> following 2015-04-21 15:08:16 +02:00
624db0e678 updated Component::__isset() docs
close #7587
2015-03-05 14:57:29 +01:00
6d2bc06bf4 Corrected the Component::__isset() docs
__isset() returns true if the property is set; not if it's null.
2015-03-05 14:51:54 +01:00
8701d7df3b more explicit comment in phpdoc, code style 2014-07-29 02:45:56 +02:00
46041d0c65 Fixes #3280: Support dynamically attaching anonymous behaviors 2014-06-19 16:45:41 -04:00
104c4fc3ae Added support to allow an event handler to be inserted at the beginning of the existing event handler list 2014-04-04 21:45:34 -04:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
40cb98bb02 updated @property annotations 2014-03-11 16:21:25 +01:00
e2aacad8aa Added links to PHP.net to apidoc 2014-03-07 19:41:43 +01:00
11baf61977 Fixed unsetting relation bug. 2014-03-06 19:19:23 -05:00
8f491f2836 moved @include tags of api docs directly into the class 2014-02-20 21:30:47 +01:00
7b61873425 Changed Exception wording to be more clear 2014-02-09 09:13:16 +01:00
c600572f34 The missing Component.php tests 2014-02-08 21:11:03 +01:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
a94c432311 Fix attaching behavior via config 2013-05-06 23:40:32 +03:00
3d40b171e0 Fix attaching behavior via config 2013-05-06 23:27:11 +03:00
2d1180f35c Add ensureBehaviors() to detachBehavior*()
Need to add ensureBehaviors() to detachBehavior*().

The intent may be to detach behaviors defined in behaviors().
In the original implementation, if these behaviors() are not yet attached, they can not selectively be detached.
2013-05-06 09:56:15 +03:00
55e8db9b97 improved doc. 2013-04-10 10:48:13 -04:00
a421f9f1ab refactored component event. 2013-04-05 19:29:10 -04:00
1fbf81be57 User WIP. 2013-03-28 17:43:27 -04:00
de5c304f64 finished fragment caching. 2013-03-25 22:26:25 -04:00
4fdaab3560 updated file header. 2013-03-04 08:03:46 -05:00
edc48dc9c7 removed ApplicationComponent. 2013-01-20 11:26:15 -05:00
ed8b795295 renamed exception classes. 2013-01-17 19:55:10 -05:00
04cf537394 move back api docs. 2013-01-08 10:52:35 -05:00
88672ed1da furnishing base classes. 2013-01-07 15:24:47 -05:00
8e05e6e62d changed copyright line. 2013-01-07 11:34:52 -05:00
e5cefb0133 moved api docs. 2013-01-07 11:29:49 -05:00
72ff81f73d Web WIP 2012-09-01 22:42:43 -04:00
9b5e870a2d Added Component::__clone() 2012-08-10 08:43:54 -04:00
b1047e7ff6 refactored object creation.
added more exception classes.
working on request and response classes.
2012-06-30 22:21:28 -04:00
1599a2cf25 Removed Object::evaluateExpression().
Finished ExpressionDependency.
2012-06-01 09:50:27 -04:00
a1973f2c1d fixed behavior detaching. 2012-05-31 18:25:08 -04:00
bb92623f88 fixed doc. 2012-05-30 09:09:56 -04:00
cc0be8ad18 support anonymous behaviors. 2012-05-05 11:27:09 -04:00
c9097ed036 working on controllers and actions. 2012-05-05 10:58:26 -04:00
9c7a06b122 better comments style, missing @thorws 2012-05-03 03:40:35 +04:00
69b49180ef Updated asa -> getBehavior 2012-04-10 21:44:10 +02:00
a705fb4ecd ... 2012-03-31 17:05:07 -04:00
7a2343276e ... 2012-03-30 23:11:07 -04:00
ed157ae169 Better example for component events. Button and click are too clientside-like. 2012-03-31 02:43:14 +04:00
b163f2a4c1 ... 2012-03-28 09:41:15 -04:00
47fe25d4ee new event implementation. 2012-03-27 23:41:24 -04:00
3210a2171c ... 2012-03-01 15:24:33 -05:00
1b7c00a044 ... 2012-01-28 09:47:22 -05:00