<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>isseium</author_name>
  <author_url>https://blog.hatena.ne.jp/isseium/</author_url>
  <blog_title>isseium's blog</blog_title>
  <blog_url>https://isseium.hateblo.jp/</blog_url>
  <categories>
    <anon>デザインパターン</anon>
    <anon>PHP</anon>
  </categories>
  <description>Strategy パターン 一連のアルゴリズムを定義し、それぞれをカプセル化してそれらを交換可能にする。 これによって、アルゴリズムを使用するクライアントとは独立して、アルゴリズムを変更できる パターン適用前 鳥が複数いるとします。飛び方や鳴き方は、すべての鳥で共通ではありませんが、ある鳥同士は共通であったりします。 パターン適用後 コード &lt;?php abstract class Bird { protected $name; protected $fly; protected $sing; public function __construct(){ } public function f…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fisseium.hateblo.jp%2Fentry%2F20101114%2F1289725226&quot; title=&quot; PHPでデザインパターン 〜Strategy パターン〜 - isseium&amp;#39;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>http://gyazo.com/44517dd494cf25cc9302d30fc26614df.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-11-14 18:00:26</published>
  <title> PHPでデザインパターン 〜Strategy パターン〜</title>
  <type>rich</type>
  <url>https://isseium.hateblo.jp/entry/20101114/1289725226</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
