/**
  * Constructs new instance of WordPressDSExpressionProvider
  *    
  */
 public function __construct()
 {
     $this->_entityMapping = CreateWordPressMetadata::getEntityMapping();
 }