Plugin Directory

Changeset 1064716


Ignore:
Timestamp:
01/10/2015 03:52:59 PM (11 years ago)
Author:
aercolino
Message:

Added some comments, removed others.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • enzymes/trunk/src/Enzymes3.php

    r1064687 r1064716  
    431431            $field = $this->unquote($field);
    432432        }
    433 //        if ( ! property_exists($post_object, $field) ) {
    434 //            return "($field)";
    435 //        }
    436433        $result = @$post_object->$field;
    437434        return $result;
     
    856853
    857854    /**
    858      * Remove noise the matched sequence.
     855     * Remove noise from a sequence.
    859856     *
    860857     * @param string $sequence
     
    879876    }
    880877
     878    /**
     879     * Detect the version of the injection post.
     880     *
     881     * @return int
     882     */
    881883    protected
    882884    function default_version()
     
    897899
    898900    /**
     901     * Detect the version of an injection with a sequence.
     902     * Remove the forced version from the sequence, if that was the case.
     903     *
    899904     * @param string $sequence
    900905     *
    901      * @return false|string
     906     * @return int
    902907     */
    903908    protected
     
    988993
    989994    /**
     995     * Get the post the injection belongs to.
     996     * It can be null when forced to NO_POST.
     997     *
    990998     * @param $args
    991999     *
Note: See TracChangeset for help on using the changeset viewer.