Ejemplo n.º 1
0
 /**
  * Renders profile data
  * @author Howard R <*****@*****.**>
  * @static
  * @param array $profile
  * @param array $fields
  * @param array $finds
  * @param boolean $material
  * @return array
  */
 public static function render_profile($profile, $fields, &$finds = array(), $material = false)
 {
     _wpl_import('libraries.property');
     return wpl_property::render_property($profile, $fields, $finds, $material);
 }