/**
  * {@inheritdoc}
  */
 public function getMetadataForPhpcrNode(NodeInterface $node)
 {
     $metadata = $this->strategy->resolveMetadataForNode($node);
     if (null !== $metadata) {
         return $metadata;
     }
     return $this->getUnknownMetadata();
 }