コード例 #1
0
 public function __construct(HTMLTags_URL $href, $current_direction)
 {
     parent::__construct();
     $this->href = $href;
     $this->current_direction = $current_direction;
 }