<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hateka</author_name>
  <author_url>https://blog.hatena.ne.jp/hateka/</author_url>
  <blog_title>hateka’s blog</blog_title>
  <blog_url>https://hateka.hateblo.jp/</blog_url>
  <categories>
    <anon>php</anon>
  </categories>
  <description>&lt;?php class Animal { var $inu =&quot;わん!&quot;; var $neko=&quot;にゃん&quot;; function koe_inu() { echo($this-&gt;inu); } } class Cat extends Animal { function koe_neko() { echo($this-&gt;neko); } } $nakigoe = new Cat; $nakigoe-&gt;koe_inu(); $nakigoe-&gt;koe_neko(); extendsをつけることで全てのメンバ変数とメンバ関数を受け継ぐ事が出来るらしい。 こりゃ便利！</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhateka.hateblo.jp%2Fentry%2F20090512%2F1242135293&quot; title=&quot;classの継承 - hateka’s blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-05-12 22:34:53</published>
  <title>classの継承</title>
  <type>rich</type>
  <url>https://hateka.hateblo.jp/entry/20090512/1242135293</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
