for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace luya\behaviors;
/**
* Auto Encodes value after find.
*
* @author Basil Suter <[email protected]>
* @deprecated Deprecated since 1.0.9 use HtmlEncodeBehavior instead.
*/
class Encode extends HtmlEncodeBehavior
{
}