public PlaceholderContent getPlaceholderContent() {
   return cmsPageRevision.getPlaceholderContent(getCphName());
 }
 public ContentPlaceholderType getCphType() {
   return cmsPageRevision.getPlaceholderContent(getCphName()).getCphType();
 }