- Timestamp:
- 2014/08/27 18:45:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/helper/SC_Helper_Transform.php
r23546 r23605 130 130 * @param boolean $require エレメントが見つからなかった場合、エラーとするか 131 131 * @param string $err_msg エラーメッセージ 132 * @return SC_Helper_Transform オブジェクト132 * @return SC_Helper_Transform 133 133 */ 134 134 public function select($selector, $index = NULL, $require = true, $err_msg = NULL) … … 170 170 * @param boolean $require エレメントが見つからなかった場合、エラーとするか 171 171 * @param string $err_msg エラーメッセージ 172 * @return SC_Helper_Transform オブジェクト172 * @return SC_Helper_Transform 173 173 */ 174 174 public function find($selector, $index = NULL, $require = true, $err_msg = NULL) … … 210 210 * 211 211 * @param int $back_num 選択状態を戻す数 212 * @return SC_Helper_Transform オブジェクト212 * @return SC_Helper_Transform 213 213 */ 214 214 public function end($back_num = 1) … … 227 227 * 228 228 * @param string $html_snip 挿入するHTMLの断片 229 * @return SC_Helper_Transform オブジェクト229 * @return SC_Helper_Transform 230 230 */ 231 231 public function insertBefore($html_snip) … … 244 244 * 245 245 * @param string $html_snip 挿入するHTMLの断片 246 * @return SC_Helper_Transform オブジェクト246 * @return SC_Helper_Transform 247 247 */ 248 248 public function insertAfter($html_snip) … … 261 261 * 262 262 * @param string $html_snip 挿入するHTMLの断片 263 * @return SC_Helper_Transform オブジェクト263 * @return SC_Helper_Transform 264 264 */ 265 265 public function appendFirst($html_snip) … … 278 278 * 279 279 * @param string $html_snip 挿入するHTMLの断片 280 * @return SC_Helper_Transform オブジェクト280 * @return SC_Helper_Transform 281 281 */ 282 282 public function appendChild($html_snip) … … 295 295 * 296 296 * @param string $html_snip 置換後のHTMLの断片 297 * @return SC_Helper_Transform オブジェクト297 * @return SC_Helper_Transform 298 298 */ 299 299 public function replaceElement($html_snip) … … 311 311 * 要素を削除する 312 312 * 313 * @return SC_Helper_Transform オブジェクト313 * @return SC_Helper_Transform 314 314 */ 315 315 public function removeElement()
Note: See TracChangeset
for help on using the changeset viewer.
