for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* YAWIK
*
* @filesource
* @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de)
* @license MIT
*/
/** */
namespace Auth\Form;
use Core\Form\SummaryForm;
* @author Mathias Gelhausen <[email protected]>
class UserBase extends SummaryForm
{
protected $baseFieldset = 'Auth/UserBaseFieldset';
protected $displayMode = self::DISPLAY_SUMMARY;
}