Major versions of yiisoft/view and yiisoft/yii-view were tagged.
Major versions of yiisoft/view and yiisoft/yii-view were tagged.
Version 1.1.0 of View package is released. Immutable methods View::withAddedCommonParameters()
and WebView::withAddedCommonParameters()
are now available to add extra parameters available in all views and their sub-views.
آکادمی و موسسه علمی پژوهشی ابن سینا
در این موسسسه و وبسایت مطابق با قانون پیشگیری و مقابله با تقلب در تهیه آثار علمی مصوب ۱۳۹۶/۰۵/۳۱ مجلس شورای اسلامی هیچ گونه آثار علمی به فروش نمیرسد و فقط مطابق بند پنج این قانون خدمات آزمایشگاهی، تایپ، کمک به گردآوری دادهها، ترجمه، تکثیر و ویراستاری اثر صورت می پذیرد و مطالب وبسای
yii2-relation-behavior ¶Installation ¶composer require ed-smartass/yii2-relation-behavior
Example ¶use Smartass\
yii2-relation-behavior ¶Installation ¶composer require ed-smartass/yii2-relation-behavior
Example ¶use Smartass\
Mailer package version 3.0.0 was tagged. This version expands Yiisoft\Mailer\MessageInterface
adding the following methods:
Fisrt version of mutex package was released. This package provides mutex implementation and allows mutual execution of concurrent processes in order to prevent "race conditions". This is achieved by using a "lock" mechanism. Each possibly concurrent processes cooperates by acquiring a lock before accessing the corresponding data.
There are multiple ways you can use the package. You can execute a callback in a synchronized mode i.e. only a
single instance of the callback is executed at the same time: