forked from xoopscube/legacy
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
html/core/XCube_RenderSystem.class.php の114行目あたりの $type
は要らないとおもいます。
2008-11-23 15:53 minahito 29319eb │
2008-11-23 15:53 minahito 29319eb │ /**
2008-11-23 15:53 minahito 29319eb │ * Return render-target type.
2008-11-23 15:53 minahito 29319eb │ * @return int
2008-11-23 15:53 minahito 29319eb 110│ * @deprecated
2008-11-23 15:53 minahito 29319eb │ */
2008-11-23 15:53 minahito 29319eb │ function getType()
2008-11-23 15:53 minahito 29319eb │ {
2008-11-23 15:53 minahito 29319eb │ return $this->getAttribute('legacy_buffertype', $type);
2008-11-23 15:53 minahito 29319eb 115│ //return $this->mType;
2008-11-23 15:53 minahito 29319eb │ }
2008-11-23 15:53 minahito 29319eb │
Metadata
Metadata
Assignees
Labels
No labels