. * * @author Julien Fontanet * @license http://www.gnu.org/licenses/gpl-3.0-standalone.html GPLv3 * * @package Xen Orchestra Server */ namespace Bean; /** * */ final class PBD extends BeanAbstract { protected static $_fields; } PBD::init(array( 'id', 'uuid', 'SR', 'currently_attached', 'device_config' => true, 'host', 'other_config' => true, ));